Interface GetAssociatedIpv6PoolCidrsResponse.Builder

    • Method Detail

      • ipv6CidrAssociations

        GetAssociatedIpv6PoolCidrsResponse.Builder ipv6CidrAssociations​(Collection<Ipv6CidrAssociation> ipv6CidrAssociations)

        Information about the IPv6 CIDR block associations.

        Parameters:
        ipv6CidrAssociations - Information about the IPv6 CIDR block associations.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • ipv6CidrAssociations

        GetAssociatedIpv6PoolCidrsResponse.Builder ipv6CidrAssociations​(Ipv6CidrAssociation... ipv6CidrAssociations)

        Information about the IPv6 CIDR block associations.

        Parameters:
        ipv6CidrAssociations - Information about the IPv6 CIDR block associations.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

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