public static interface GetSubnetCidrReservationsResponse.Builder extends Ec2Response.Builder, SdkPojo, CopyableBuilder<GetSubnetCidrReservationsResponse.Builder,GetSubnetCidrReservationsResponse>
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetSubnetCidrReservationsResponse.Builder subnetIpv4CidrReservations(Collection<SubnetCidrReservation> subnetIpv4CidrReservations)
Information about the IPv4 subnet CIDR reservations.
subnetIpv4CidrReservations - Information about the IPv4 subnet CIDR reservations.GetSubnetCidrReservationsResponse.Builder subnetIpv4CidrReservations(SubnetCidrReservation... subnetIpv4CidrReservations)
Information about the IPv4 subnet CIDR reservations.
subnetIpv4CidrReservations - Information about the IPv4 subnet CIDR reservations.GetSubnetCidrReservationsResponse.Builder subnetIpv4CidrReservations(Consumer<SubnetCidrReservation.Builder>... subnetIpv4CidrReservations)
Information about the IPv4 subnet CIDR reservations.
This is a convenience that creates an instance of theList.Builder avoiding
the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called
immediately and its result is passed to #subnetIpv4CidrReservations(List) .subnetIpv4CidrReservations - a consumer that will call methods on List.Builder #subnetIpv4CidrReservations(List) GetSubnetCidrReservationsResponse.Builder subnetIpv6CidrReservations(Collection<SubnetCidrReservation> subnetIpv6CidrReservations)
Information about the IPv6 subnet CIDR reservations.
subnetIpv6CidrReservations - Information about the IPv6 subnet CIDR reservations.GetSubnetCidrReservationsResponse.Builder subnetIpv6CidrReservations(SubnetCidrReservation... subnetIpv6CidrReservations)
Information about the IPv6 subnet CIDR reservations.
subnetIpv6CidrReservations - Information about the IPv6 subnet CIDR reservations.GetSubnetCidrReservationsResponse.Builder subnetIpv6CidrReservations(Consumer<SubnetCidrReservation.Builder>... subnetIpv6CidrReservations)
Information about the IPv6 subnet CIDR reservations.
This is a convenience that creates an instance of theList.Builder avoiding
the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called
immediately and its result is passed to #subnetIpv6CidrReservations(List) .subnetIpv6CidrReservations - a consumer that will call methods on List.Builder #subnetIpv6CidrReservations(List) 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.
nextToken - The token to use to retrieve the next page of results. This value is null when there are
no more results to return.Copyright © 2022. All rights reserved.