Interface DescribeIpamsRequest.Builder

    • Method Detail

      • dryRun

        DescribeIpamsRequest.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

        DescribeIpamsRequest.Builder filters​(Filter... filters)

        One or more filters for the request. For more information about filtering, see Filtering CLI output.

        Parameters:
        filters - One or more filters for the request. For more information about filtering, see Filtering CLI output.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • maxResults

        DescribeIpamsRequest.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

        DescribeIpamsRequest.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.
      • ipamIds

        DescribeIpamsRequest.Builder ipamIds​(Collection<String> ipamIds)

        The IDs of the IPAMs you want information on.

        Parameters:
        ipamIds - The IDs of the IPAMs you want information on.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • ipamIds

        DescribeIpamsRequest.Builder ipamIds​(String... ipamIds)

        The IDs of the IPAMs you want information on.

        Parameters:
        ipamIds - The IDs of the IPAMs you want information on.
        Returns:
        Returns a reference to this object so that method calls can be chained together.