Interface GetIpamPoolCidrsResponse.Builder

    • Method Detail

      • ipamPoolCidrs

        GetIpamPoolCidrsResponse.Builder ipamPoolCidrs​(Collection<IpamPoolCidr> ipamPoolCidrs)

        Information about the CIDRs provisioned to an IPAM pool.

        Parameters:
        ipamPoolCidrs - Information about the CIDRs provisioned to an IPAM pool.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • ipamPoolCidrs

        GetIpamPoolCidrsResponse.Builder ipamPoolCidrs​(IpamPoolCidr... ipamPoolCidrs)

        Information about the CIDRs provisioned to an IPAM pool.

        Parameters:
        ipamPoolCidrs - Information about the CIDRs provisioned to an IPAM pool.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

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