public static interface DescribeDirectConnectGatewayAssociationsResponse.Builder extends DirectConnectResponse.Builder, SdkPojo, CopyableBuilder<DescribeDirectConnectGatewayAssociationsResponse.Builder,DescribeDirectConnectGatewayAssociationsResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeDirectConnectGatewayAssociationsResponse.Builder |
directConnectGatewayAssociations(Collection<DirectConnectGatewayAssociation> directConnectGatewayAssociations)
Information about the associations.
|
DescribeDirectConnectGatewayAssociationsResponse.Builder |
directConnectGatewayAssociations(Consumer<DirectConnectGatewayAssociation.Builder>... directConnectGatewayAssociations)
Information about the associations.
|
DescribeDirectConnectGatewayAssociationsResponse.Builder |
directConnectGatewayAssociations(DirectConnectGatewayAssociation... directConnectGatewayAssociations)
Information about the associations.
|
DescribeDirectConnectGatewayAssociationsResponse.Builder |
nextToken(String nextToken)
The token to retrieve the next page.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeDirectConnectGatewayAssociationsResponse.Builder directConnectGatewayAssociations(Collection<DirectConnectGatewayAssociation> directConnectGatewayAssociations)
Information about the associations.
directConnectGatewayAssociations - Information about the associations.DescribeDirectConnectGatewayAssociationsResponse.Builder directConnectGatewayAssociations(DirectConnectGatewayAssociation... directConnectGatewayAssociations)
Information about the associations.
directConnectGatewayAssociations - Information about the associations.DescribeDirectConnectGatewayAssociationsResponse.Builder directConnectGatewayAssociations(Consumer<DirectConnectGatewayAssociation.Builder>... directConnectGatewayAssociations)
Information about the associations.
This is a convenience method that creates an instance of theDirectConnectGatewayAssociation.Builder avoiding
the need to create one manually via
DirectConnectGatewayAssociation.builder().
When the Consumer completes,
SdkBuilder.build()
is called immediately and its result is passed to #directConnectGatewayAssociations(List.
directConnectGatewayAssociations - a consumer that will call methods on
DirectConnectGatewayAssociation.Builder#directConnectGatewayAssociations(java.util.Collection) DescribeDirectConnectGatewayAssociationsResponse.Builder nextToken(String nextToken)
The token to retrieve the next page.
nextToken - The token to retrieve the next page.Copyright © 2023. All rights reserved.