public static interface DescribeDirectConnectGatewayAttachmentsRequest.Builder extends DirectConnectRequest.Builder, SdkPojo, CopyableBuilder<DescribeDirectConnectGatewayAttachmentsRequest.Builder,DescribeDirectConnectGatewayAttachmentsRequest>
buildoverrideConfigurationcopyapplyMutation, 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 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.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.DescribeDirectConnectGatewayAttachmentsRequest.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.