public static interface DescribeDirectConnectGatewayAssociationProposalsResponse.Builder extends DirectConnectResponse.Builder, SdkPojo, CopyableBuilder<DescribeDirectConnectGatewayAssociationProposalsResponse.Builder,DescribeDirectConnectGatewayAssociationProposalsResponse>
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeDirectConnectGatewayAssociationProposalsResponse.Builder directConnectGatewayAssociationProposals(Collection<DirectConnectGatewayAssociationProposal> directConnectGatewayAssociationProposals)
Describes the Direct Connect gateway association proposals.
directConnectGatewayAssociationProposals - Describes the Direct Connect gateway association proposals.DescribeDirectConnectGatewayAssociationProposalsResponse.Builder directConnectGatewayAssociationProposals(DirectConnectGatewayAssociationProposal... directConnectGatewayAssociationProposals)
Describes the Direct Connect gateway association proposals.
directConnectGatewayAssociationProposals - Describes the Direct Connect gateway association proposals.DescribeDirectConnectGatewayAssociationProposalsResponse.Builder directConnectGatewayAssociationProposals(Consumer<DirectConnectGatewayAssociationProposal.Builder>... directConnectGatewayAssociationProposals)
Describes the Direct Connect gateway association proposals.
This is a convenience method that creates an instance of theDirectConnectGatewayAssociationProposal.Builder
avoiding the need to create one manually via
DirectConnectGatewayAssociationProposal.builder()
.
When the Consumer completes,
SdkBuilder.build()
is called immediately and its result is passed to #directConnectGatewayAssociationProposals(List.
directConnectGatewayAssociationProposals - a consumer that will call methods on
DirectConnectGatewayAssociationProposal.Builder#directConnectGatewayAssociationProposals(java.util.Collection) DescribeDirectConnectGatewayAssociationProposalsResponse.Builder nextToken(String nextToken)
The token to use to retrieve the next page of results. This value is null when there are no more
results to return.
nextToken - The token to use to retrieve the next page of results. This value is null when there are
no more results to return.Copyright © 2022. All rights reserved.