public static interface DescribeDirectConnectGatewayAssociationsRequest.Builder extends DirectConnectRequest.Builder, CopyableBuilder<DescribeDirectConnectGatewayAssociationsRequest.Builder,DescribeDirectConnectGatewayAssociationsRequest>
Modifier and Type | Method and Description |
---|---|
DescribeDirectConnectGatewayAssociationsRequest.Builder |
directConnectGatewayId(String directConnectGatewayId)
The ID of the direct connect gateway.
|
DescribeDirectConnectGatewayAssociationsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of direct connect gateway associations to return per page.
|
DescribeDirectConnectGatewayAssociationsRequest.Builder |
nextToken(String nextToken)
The token provided in the previous describe result to retrieve the next page of the result.
|
DescribeDirectConnectGatewayAssociationsRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
DescribeDirectConnectGatewayAssociationsRequest.Builder |
virtualGatewayId(String virtualGatewayId)
The ID of the virtual private gateway.
|
build
requestOverrideConfig, 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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.