Interface DescribeIpamPoliciesRequest.Builder

    • Method Detail

      • dryRun

        DescribeIpamPoliciesRequest.Builder dryRun​(Boolean dryRun)

        A check for whether you have the required permissions for the action without actually making the request and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

        Parameters:
        dryRun - A check for whether you have the required permissions for the action without actually making the request and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • filters

        DescribeIpamPoliciesRequest.Builder filters​(Collection<Filter> filters)

        One or more filters for the IPAM policy description.

        Parameters:
        filters - One or more filters for the IPAM policy description.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • filters

        DescribeIpamPoliciesRequest.Builder filters​(Filter... filters)

        One or more filters for the IPAM policy description.

        Parameters:
        filters - One or more filters for the IPAM policy description.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • maxResults

        DescribeIpamPoliciesRequest.Builder maxResults​(Integer maxResults)

        The maximum number of results to return in a single call.

        Parameters:
        maxResults - The maximum number of results to return in a single call.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        DescribeIpamPoliciesRequest.Builder nextToken​(String nextToken)

        The token for the next page of results.

        Parameters:
        nextToken - The token for the next page of results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • ipamPolicyIds

        DescribeIpamPoliciesRequest.Builder ipamPolicyIds​(Collection<String> ipamPolicyIds)

        The IDs of the IPAM policies to describe.

        Parameters:
        ipamPolicyIds - The IDs of the IPAM policies to describe.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • ipamPolicyIds

        DescribeIpamPoliciesRequest.Builder ipamPolicyIds​(String... ipamPolicyIds)

        The IDs of the IPAM policies to describe.

        Parameters:
        ipamPolicyIds - The IDs of the IPAM policies to describe.
        Returns:
        Returns a reference to this object so that method calls can be chained together.