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 results to return with a single call.
|
DescribeDirectConnectGatewaysRequest.Builder |
nextToken(String nextToken)
The token provided in the previous call to retrieve the next page.
|
DescribeDirectConnectGatewaysRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribeDirectConnectGatewaysRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, 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 results to return with a single call. To retrieve the remaining results, make another
call with the returned nextToken value.
If MaxResults is given a value larger than 100, only 100 results are returned.
maxResults - The maximum number of results to return with a single call. To retrieve the remaining results, make
another call with the returned nextToken value.
If MaxResults is given a value larger than 100, only 100 results are returned.
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)
overrideConfiguration in interface AwsRequest.BuilderDescribeDirectConnectGatewaysRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.