public static interface DescribeDirectConnectGatewayAssociationProposalsResponse.Builder extends DirectConnectResponse.Builder, SdkPojo, CopyableBuilder<DescribeDirectConnectGatewayAssociationProposalsResponse.Builder,DescribeDirectConnectGatewayAssociationProposalsResponse>
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
DescribeDirectConnectGatewayAssociationProposalsResponse.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 that creates an instance of the.Builder
avoiding the need to create one manually via #builder()
.
When the Consumer
completes, List.Builder#build()
is
called immediately and its result is passed to #directConnectGatewayAssociationProposals(List)
.directConnectGatewayAssociationProposals
- a consumer that will call methods on List.Builder
#directConnectGatewayAssociationProposals(List)
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 © 2021 Amazon Web Services, Inc. All Rights Reserved.