public static interface DescribeDirectConnectGatewayAttachmentsResponse.Builder extends DirectConnectResponse.Builder, CopyableBuilder<DescribeDirectConnectGatewayAttachmentsResponse.Builder,DescribeDirectConnectGatewayAttachmentsResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeDirectConnectGatewayAttachmentsResponse.Builder |
directConnectGatewayAttachments(Collection<DirectConnectGatewayAttachment> directConnectGatewayAttachments)
Information about the direct connect gateway attachments.
|
DescribeDirectConnectGatewayAttachmentsResponse.Builder |
directConnectGatewayAttachments(Consumer<DirectConnectGatewayAttachment.Builder>... directConnectGatewayAttachments)
Information about the direct connect gateway attachments.
|
DescribeDirectConnectGatewayAttachmentsResponse.Builder |
directConnectGatewayAttachments(DirectConnectGatewayAttachment... directConnectGatewayAttachments)
Information about the direct connect gateway attachments.
|
DescribeDirectConnectGatewayAttachmentsResponse.Builder |
nextToken(String nextToken)
Sets the value of the NextToken property for this object.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildDescribeDirectConnectGatewayAttachmentsResponse.Builder directConnectGatewayAttachments(Collection<DirectConnectGatewayAttachment> directConnectGatewayAttachments)
Information about the direct connect gateway attachments.
directConnectGatewayAttachments - Information about the direct connect gateway attachments.DescribeDirectConnectGatewayAttachmentsResponse.Builder directConnectGatewayAttachments(DirectConnectGatewayAttachment... directConnectGatewayAttachments)
Information about the direct connect gateway attachments.
directConnectGatewayAttachments - Information about the direct connect gateway attachments.DescribeDirectConnectGatewayAttachmentsResponse.Builder directConnectGatewayAttachments(Consumer<DirectConnectGatewayAttachment.Builder>... directConnectGatewayAttachments)
Information about the direct connect gateway attachments.
This is a convenience that creates an instance of theList.Builder
avoiding the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called
immediately and its result is passed to #directConnectGatewayAttachments(List) .directConnectGatewayAttachments - a consumer that will call methods on List.Builder #directConnectGatewayAttachments(List) DescribeDirectConnectGatewayAttachmentsResponse.Builder nextToken(String nextToken)
nextToken - The new value for the NextToken property for this object.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.