public static interface DescribeDirectConnectGatewayAttachmentsRequest.Builder extends DirectConnectRequest.Builder, CopyableBuilder<DescribeDirectConnectGatewayAttachmentsRequest.Builder,DescribeDirectConnectGatewayAttachmentsRequest>
build
requestOverrideConfig
copy
apply, build
DescribeDirectConnectGatewayAttachmentsRequest.Builder directConnectGatewayId(String directConnectGatewayId)
The ID of the direct connect gateway.
Example: "abcd1234-dcba-5678-be23-cdef9876ab45"
Default: None
directConnectGatewayId
- The ID of the direct connect gateway.
Example: "abcd1234-dcba-5678-be23-cdef9876ab45"
Default: None
DescribeDirectConnectGatewayAttachmentsRequest.Builder virtualInterfaceId(String virtualInterfaceId)
The ID of the virtual interface.
Example: "dxvif-abc123ef"
Default: None
virtualInterfaceId
- The ID of the virtual interface.
Example: "dxvif-abc123ef"
Default: None
DescribeDirectConnectGatewayAttachmentsRequest.Builder maxResults(Integer maxResults)
The maximum number of direct connect gateway attachments to return per page.
Example: 15
Default: None
maxResults
- The maximum number of direct connect gateway attachments to return per page.
Example: 15
Default: None
DescribeDirectConnectGatewayAttachmentsRequest.Builder nextToken(String nextToken)
The token provided in the previous describe result to retrieve the next page of the result.
Default: None
nextToken
- The token provided in the previous describe result to retrieve the next page of the result.
Default: None
DescribeDirectConnectGatewayAttachmentsRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.DescribeDirectConnectGatewayAttachmentsRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfig.Builder
will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.