Interface GetSubnetCidrReservationsResponse.Builder

    • Method Detail

      • subnetIpv4CidrReservations

        GetSubnetCidrReservationsResponse.Builder subnetIpv4CidrReservations​(Collection<SubnetCidrReservation> subnetIpv4CidrReservations)

        Information about the IPv4 subnet CIDR reservations.

        Parameters:
        subnetIpv4CidrReservations - Information about the IPv4 subnet CIDR reservations.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • subnetIpv4CidrReservations

        GetSubnetCidrReservationsResponse.Builder subnetIpv4CidrReservations​(SubnetCidrReservation... subnetIpv4CidrReservations)

        Information about the IPv4 subnet CIDR reservations.

        Parameters:
        subnetIpv4CidrReservations - Information about the IPv4 subnet CIDR reservations.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • subnetIpv6CidrReservations

        GetSubnetCidrReservationsResponse.Builder subnetIpv6CidrReservations​(Collection<SubnetCidrReservation> subnetIpv6CidrReservations)

        Information about the IPv6 subnet CIDR reservations.

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

        GetSubnetCidrReservationsResponse.Builder subnetIpv6CidrReservations​(SubnetCidrReservation... subnetIpv6CidrReservations)

        Information about the IPv6 subnet CIDR reservations.

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

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