Interface DescribeEgressOnlyInternetGatewaysResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<DescribeEgressOnlyInternetGatewaysResponse.Builder,
,DescribeEgressOnlyInternetGatewaysResponse> Ec2Response.Builder
,SdkBuilder<DescribeEgressOnlyInternetGatewaysResponse.Builder,
,DescribeEgressOnlyInternetGatewaysResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
DescribeEgressOnlyInternetGatewaysResponse
@Mutable
@NotThreadSafe
public static interface DescribeEgressOnlyInternetGatewaysResponse.Builder
extends Ec2Response.Builder, SdkPojo, CopyableBuilder<DescribeEgressOnlyInternetGatewaysResponse.Builder,DescribeEgressOnlyInternetGatewaysResponse>
-
Method Summary
Modifier and TypeMethodDescriptionegressOnlyInternetGateways
(Collection<EgressOnlyInternetGateway> egressOnlyInternetGateways) Information about the egress-only internet gateways.egressOnlyInternetGateways
(Consumer<EgressOnlyInternetGateway.Builder>... egressOnlyInternetGateways) Information about the egress-only internet gateways.egressOnlyInternetGateways
(EgressOnlyInternetGateway... egressOnlyInternetGateways) Information about the egress-only internet gateways.The token to include in another request to get the next page of items.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.ec2.model.Ec2Response.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
egressOnlyInternetGateways
DescribeEgressOnlyInternetGatewaysResponse.Builder egressOnlyInternetGateways(Collection<EgressOnlyInternetGateway> egressOnlyInternetGateways) Information about the egress-only internet gateways.
- Parameters:
egressOnlyInternetGateways
- Information about the egress-only internet gateways.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
egressOnlyInternetGateways
DescribeEgressOnlyInternetGatewaysResponse.Builder egressOnlyInternetGateways(EgressOnlyInternetGateway... egressOnlyInternetGateways) Information about the egress-only internet gateways.
- Parameters:
egressOnlyInternetGateways
- Information about the egress-only internet gateways.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
egressOnlyInternetGateways
DescribeEgressOnlyInternetGatewaysResponse.Builder egressOnlyInternetGateways(Consumer<EgressOnlyInternetGateway.Builder>... egressOnlyInternetGateways) Information about the egress-only internet gateways.
This is a convenience method that creates an instance of theEgressOnlyInternetGateway.Builder
avoiding the need to create one manually viaEgressOnlyInternetGateway.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toegressOnlyInternetGateways(List<EgressOnlyInternetGateway>)
.- Parameters:
egressOnlyInternetGateways
- a consumer that will call methods onEgressOnlyInternetGateway.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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.- Parameters:
nextToken
- The token to include in another request to get the next page of items. This value isnull
when there are no more items to return.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-