public static interface DescribeDirectConnectGatewayAttachmentsRequest.Builder extends DirectConnectRequest.Builder, SdkPojo, CopyableBuilder<DescribeDirectConnectGatewayAttachmentsRequest.Builder,DescribeDirectConnectGatewayAttachmentsRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribeDirectConnectGatewayAttachmentsRequest.Builder |
directConnectGatewayId(String directConnectGatewayId)
The ID of the Direct Connect gateway.
|
DescribeDirectConnectGatewayAttachmentsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to return with a single call.
|
DescribeDirectConnectGatewayAttachmentsRequest.Builder |
nextToken(String nextToken)
The token provided in the previous call to retrieve the next page.
|
DescribeDirectConnectGatewayAttachmentsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribeDirectConnectGatewayAttachmentsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DescribeDirectConnectGatewayAttachmentsRequest.Builder |
virtualInterfaceId(String virtualInterfaceId)
The ID of the virtual interface.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeDirectConnectGatewayAttachmentsRequest.Builder directConnectGatewayId(String directConnectGatewayId)
The ID of the Direct Connect gateway.
directConnectGatewayId - The ID of the Direct Connect gateway.DescribeDirectConnectGatewayAttachmentsRequest.Builder virtualInterfaceId(String virtualInterfaceId)
The ID of the virtual interface.
virtualInterfaceId - The ID of the virtual interface.DescribeDirectConnectGatewayAttachmentsRequest.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.
DescribeDirectConnectGatewayAttachmentsRequest.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.DescribeDirectConnectGatewayAttachmentsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDescribeDirectConnectGatewayAttachmentsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.