public static interface DescribeNatGatewaysResponse.Builder extends Ec2Response.Builder, SdkPojo, CopyableBuilder<DescribeNatGatewaysResponse.Builder,DescribeNatGatewaysResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeNatGatewaysResponse.Builder |
natGateways(Collection<NatGateway> natGateways)
Information about the NAT gateways.
|
DescribeNatGatewaysResponse.Builder |
natGateways(Consumer<NatGateway.Builder>... natGateways)
Information about the NAT gateways.
|
DescribeNatGatewaysResponse.Builder |
natGateways(NatGateway... natGateways)
Information about the NAT gateways.
|
DescribeNatGatewaysResponse.Builder |
nextToken(String nextToken)
The token to include in another request to get the next page of items.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeNatGatewaysResponse.Builder natGateways(Collection<NatGateway> natGateways)
Information about the NAT gateways.
natGateways - Information about the NAT gateways.DescribeNatGatewaysResponse.Builder natGateways(NatGateway... natGateways)
Information about the NAT gateways.
natGateways - Information about the NAT gateways.DescribeNatGatewaysResponse.Builder natGateways(Consumer<NatGateway.Builder>... natGateways)
Information about the NAT gateways.
This is a convenience method that creates an instance of theNatGateway.Builder avoiding the need to create one manually
via NatGateway.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #natGateways(List.
natGateways - a consumer that will call methods on
NatGateway.Builder#natGateways(java.util.Collection) DescribeNatGatewaysResponse.Builder nextToken(String nextToken)
The token to include in another request to get the next page of items. This value is null when
there are no more items to return.
nextToken - The token to include in another request to get the next page of items. This value is null
when there are no more items to return.Copyright © 2023. All rights reserved.