Interface DescribeIpamPoolsRequest.Builder

    • Method Detail

      • dryRun

        DescribeIpamPoolsRequest.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.
      • maxResults

        DescribeIpamPoolsRequest.Builder maxResults​(Integer maxResults)

        The maximum number of results to return in the request.

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

        DescribeIpamPoolsRequest.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.
      • ipamPoolIds

        DescribeIpamPoolsRequest.Builder ipamPoolIds​(Collection<String> ipamPoolIds)

        The IDs of the IPAM pools you would like information on.

        Parameters:
        ipamPoolIds - The IDs of the IPAM pools you would like information on.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • ipamPoolIds

        DescribeIpamPoolsRequest.Builder ipamPoolIds​(String... ipamPoolIds)

        The IDs of the IPAM pools you would like information on.

        Parameters:
        ipamPoolIds - The IDs of the IPAM pools you would like information on.
        Returns:
        Returns a reference to this object so that method calls can be chained together.