public static interface DescribeDirectConnectGatewaysRequest.Builder extends DirectConnectRequest.Builder, CopyableBuilder<DescribeDirectConnectGatewaysRequest.Builder,DescribeDirectConnectGatewaysRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribeDirectConnectGatewaysRequest.Builder |
directConnectGatewayId(String directConnectGatewayId)
The ID of the direct connect gateway.
|
DescribeDirectConnectGatewaysRequest.Builder |
maxResults(Integer maxResults)
The maximum number of direct connect gateways to return per page.
|
DescribeDirectConnectGatewaysRequest.Builder |
nextToken(String nextToken)
The token provided in the previous describe result to retrieve the next page of the result.
|
DescribeDirectConnectGatewaysRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
DescribeDirectConnectGatewaysRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
buildoverrideConfigurationcopyapplyMutation, buildDescribeDirectConnectGatewaysRequest.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
DescribeDirectConnectGatewaysRequest.Builder maxResults(Integer maxResults)
The maximum number of direct connect gateways to return per page.
Example: 15
Default: None
maxResults - The maximum number of direct connect gateways to return per page.
Example: 15
Default: None
DescribeDirectConnectGatewaysRequest.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
DescribeDirectConnectGatewaysRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.DescribeDirectConnectGatewaysRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.