public static interface DescribeDirectConnectGatewayAssociationsRequest.Builder extends DirectConnectRequest.Builder, CopyableBuilder<DescribeDirectConnectGatewayAssociationsRequest.Builder,DescribeDirectConnectGatewayAssociationsRequest>
build
requestOverrideConfig
copy
apply, build
DescribeDirectConnectGatewayAssociationsRequest.Builder directConnectGatewayId(String directConnectGatewayId)
The ID of the direct connect gateway.
Example: "abcd1234-dcba-5678-be23-cdef9876ab45"
Default: None
directConnectGatewayId
- The ID of the direct connect gateway.
Example: "abcd1234-dcba-5678-be23-cdef9876ab45"
Default: None
DescribeDirectConnectGatewayAssociationsRequest.Builder virtualGatewayId(String virtualGatewayId)
The ID of the virtual private gateway.
Example: "vgw-abc123ef"
Default: None
virtualGatewayId
- The ID of the virtual private gateway.
Example: "vgw-abc123ef"
Default: None
DescribeDirectConnectGatewayAssociationsRequest.Builder maxResults(Integer maxResults)
The maximum number of direct connect gateway associations to return per page.
Example: 15
Default: None
maxResults
- The maximum number of direct connect gateway associations to return per page.
Example: 15
Default: None
DescribeDirectConnectGatewayAssociationsRequest.Builder nextToken(String nextToken)
The token provided in the previous describe result to retrieve the next page of the result.
Default: None
nextToken
- The token provided in the previous describe result to retrieve the next page of the result.
Default: None
DescribeDirectConnectGatewayAssociationsRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.DescribeDirectConnectGatewayAssociationsRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfig.Builder
will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.