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.BuilderegressOnlyInternetGateways(Collection<EgressOnlyInternetGateway> egressOnlyInternetGateways)Information about the egress-only internet gateways.DescribeEgressOnlyInternetGatewaysResponse.BuilderegressOnlyInternetGateways(Consumer<EgressOnlyInternetGateway.Builder>... egressOnlyInternetGateways)Information about the egress-only internet gateways.DescribeEgressOnlyInternetGatewaysResponse.BuilderegressOnlyInternetGateways(EgressOnlyInternetGateway... egressOnlyInternetGateways)Information about the egress-only internet gateways.DescribeEgressOnlyInternetGatewaysResponse.BuildernextToken(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, sdkFieldNameToField, 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.Builderavoiding the need to create one manually viaEgressOnlyInternetGateway.builder().When the
Consumercompletes,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
nullwhen 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 isnullwhen there are no more items to return.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-