public static interface DescribeDirectConnectGatewayAttachmentsRequest.Builder extends DirectConnectRequest.Builder, 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 direct connect gateway attachments to return per page.
|
DescribeDirectConnectGatewayAttachmentsRequest.Builder |
nextToken(String nextToken)
The token provided in the previous describe result to retrieve the next page of the result.
|
DescribeDirectConnectGatewayAttachmentsRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
DescribeDirectConnectGatewayAttachmentsRequest.Builder |
virtualInterfaceId(String virtualInterfaceId)
The ID of the virtual interface.
|
buildrequestOverrideConfig, requestOverrideConfigcopyapply, buildDescribeDirectConnectGatewayAttachmentsRequest.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.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.