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 method that creates an instance of theSubnetCidrReservation.Builder avoiding the need to create
one manually via SubnetCidrReservation.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #subnetIpv4CidrReservations(List.
subnetIpv4CidrReservations - a consumer that will call methods on
SubnetCidrReservation.Builder#subnetIpv4CidrReservations(java.util.Collection) 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 method that creates an instance of theSubnetCidrReservation.Builder avoiding the need to create
one manually via SubnetCidrReservation.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #subnetIpv6CidrReservations(List.
subnetIpv6CidrReservations - a consumer that will call methods on
SubnetCidrReservation.Builder#subnetIpv6CidrReservations(java.util.Collection) 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.