public static interface DescribeDirectConnectGatewayAttachmentsRequest.Builder extends DirectConnectRequest.Builder, SdkPojo, CopyableBuilder<DescribeDirectConnectGatewayAttachmentsRequest.Builder,DescribeDirectConnectGatewayAttachmentsRequest>
build
overrideConfiguration
copy
applyMutation, build
DescribeDirectConnectGatewayAttachmentsRequest.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 attachments to return per page.
maxResults
- The maximum number of attachments to return per page.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)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.DescribeDirectConnectGatewayAttachmentsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.