Interface DescribeIpamScopesResponse.Builder

    • Method Detail

      • nextToken

        DescribeIpamScopesResponse.Builder nextToken​(String nextToken)

        The token to use to retrieve the next page of results. This value is null when there are no more results to return.

        Parameters:
        nextToken - The token to use to retrieve the next page of results. This value is null when there are no more results to return.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • ipamScopes

        DescribeIpamScopesResponse.Builder ipamScopes​(Collection<IpamScope> ipamScopes)

        The scopes you want information on.

        Parameters:
        ipamScopes - The scopes you want information on.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • ipamScopes

        DescribeIpamScopesResponse.Builder ipamScopes​(IpamScope... ipamScopes)

        The scopes you want information on.

        Parameters:
        ipamScopes - The scopes you want information on.
        Returns:
        Returns a reference to this object so that method calls can be chained together.