Interface DescribeEgressOnlyInternetGatewaysResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<DescribeEgressOnlyInternetGatewaysResponse.Builder,DescribeEgressOnlyInternetGatewaysResponse>
,Ec2Response.Builder
,SdkBuilder<DescribeEgressOnlyInternetGatewaysResponse.Builder,DescribeEgressOnlyInternetGatewaysResponse>
,SdkPojo
,SdkResponse.Builder
- Enclosing class:
- DescribeEgressOnlyInternetGatewaysResponse
public static interface DescribeEgressOnlyInternetGatewaysResponse.Builder extends Ec2Response.Builder, SdkPojo, CopyableBuilder<DescribeEgressOnlyInternetGatewaysResponse.Builder,DescribeEgressOnlyInternetGatewaysResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeEgressOnlyInternetGatewaysResponse.Builder
egressOnlyInternetGateways(Collection<EgressOnlyInternetGateway> egressOnlyInternetGateways)
Information about the egress-only internet gateways.DescribeEgressOnlyInternetGatewaysResponse.Builder
egressOnlyInternetGateways(Consumer<EgressOnlyInternetGateway.Builder>... egressOnlyInternetGateways)
Information about the egress-only internet gateways.DescribeEgressOnlyInternetGatewaysResponse.Builder
egressOnlyInternetGateways(EgressOnlyInternetGateway... egressOnlyInternetGateways)
Information about the egress-only internet gateways.DescribeEgressOnlyInternetGatewaysResponse.Builder
nextToken(String nextToken)
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, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
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 to#egressOnlyInternetGateways(List
.) - 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:
#egressOnlyInternetGateways(java.util.Collection
)
-
nextToken
DescribeEgressOnlyInternetGatewaysResponse.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.- 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.
-
-