public static interface DescribeDirectConnectGatewaysRequest.Builder extends DirectConnectRequest.Builder, SdkPojo, 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 call to retrieve the next page.
|
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.
directConnectGatewayId - The ID of the Direct Connect gateway.DescribeDirectConnectGatewaysRequest.Builder maxResults(Integer maxResults)
The maximum number of Direct Connect gateways to return per page.
maxResults - The maximum number of Direct Connect gateways to return per page.DescribeDirectConnectGatewaysRequest.Builder nextToken(String nextToken)
The token provided in the previous call to retrieve the next page.
nextToken - The token provided in the previous call to retrieve the next page.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.