Interface DescribeLocalGatewaysResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<DescribeLocalGatewaysResponse.Builder,
,DescribeLocalGatewaysResponse> Ec2Response.Builder
,SdkBuilder<DescribeLocalGatewaysResponse.Builder,
,DescribeLocalGatewaysResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
DescribeLocalGatewaysResponse
public static interface DescribeLocalGatewaysResponse.Builder
extends Ec2Response.Builder, SdkPojo, CopyableBuilder<DescribeLocalGatewaysResponse.Builder,DescribeLocalGatewaysResponse>
-
Method Summary
Modifier and TypeMethodDescriptionlocalGateways
(Collection<LocalGateway> localGateways) Information about the local gateways.localGateways
(Consumer<LocalGateway.Builder>... localGateways) Information about the local gateways.localGateways
(LocalGateway... localGateways) Information about the local gateways.The token to use to retrieve the next page of results.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 Details
-
localGateways
Information about the local gateways.
- Parameters:
localGateways
- Information about the local gateways.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
localGateways
Information about the local gateways.
- Parameters:
localGateways
- Information about the local gateways.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
localGateways
DescribeLocalGatewaysResponse.Builder localGateways(Consumer<LocalGateway.Builder>... localGateways) Information about the local gateways.
This is a convenience method that creates an instance of theLocalGateway.Builder
avoiding the need to create one manually viaLocalGateway.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tolocalGateways(List<LocalGateway>)
.- Parameters:
localGateways
- a consumer that will call methods onLocalGateway.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
The token to use to retrieve the next page of results. This value is
null
when there are no more results to return.- Parameters:
nextToken
- The token to use to retrieve the next page of results. This value isnull
when there are no more results to return.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-