public static interface DescribeDirectConnectGatewaysResponse.Builder extends DirectConnectResponse.Builder, CopyableBuilder<DescribeDirectConnectGatewaysResponse.Builder,DescribeDirectConnectGatewaysResponse>
Modifier and Type | Method and Description |
---|---|
DescribeDirectConnectGatewaysResponse.Builder |
directConnectGateways(Collection<DirectConnectGateway> directConnectGateways)
Information about the direct connect gateways.
|
DescribeDirectConnectGatewaysResponse.Builder |
directConnectGateways(Consumer<DirectConnectGateway.Builder>... directConnectGateways)
Information about the direct connect gateways.
|
DescribeDirectConnectGatewaysResponse.Builder |
directConnectGateways(DirectConnectGateway... directConnectGateways)
Information about the direct connect gateways.
|
DescribeDirectConnectGatewaysResponse.Builder |
nextToken(String nextToken)
Sets the value of the NextToken property for this object.
|
build
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
DescribeDirectConnectGatewaysResponse.Builder directConnectGateways(Collection<DirectConnectGateway> directConnectGateways)
Information about the direct connect gateways.
directConnectGateways
- Information about the direct connect gateways.DescribeDirectConnectGatewaysResponse.Builder directConnectGateways(DirectConnectGateway... directConnectGateways)
Information about the direct connect gateways.
directConnectGateways
- Information about the direct connect gateways.DescribeDirectConnectGatewaysResponse.Builder directConnectGateways(Consumer<DirectConnectGateway.Builder>... directConnectGateways)
Information about the direct connect gateways.
This is a convenience that creates an instance of theList.Builder
avoiding the
need to create one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called immediately
and its result is passed to #directConnectGateways(List)
.directConnectGateways
- a consumer that will call methods on List.Builder
#directConnectGateways(List)
DescribeDirectConnectGatewaysResponse.Builder nextToken(String nextToken)
nextToken
- The new value for the NextToken property for this object.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.