public static interface DescribeDirectConnectGatewayAssociationProposalsRequest.Builder extends DirectConnectRequest.Builder, SdkPojo, CopyableBuilder<DescribeDirectConnectGatewayAssociationProposalsRequest.Builder,DescribeDirectConnectGatewayAssociationProposalsRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeDirectConnectGatewayAssociationProposalsRequest.Builder directConnectGatewayId(String directConnectGatewayId)
The ID of the Direct Connect gateway.
directConnectGatewayId - The ID of the Direct Connect gateway.DescribeDirectConnectGatewayAssociationProposalsRequest.Builder proposalId(String proposalId)
The ID of the proposal.
proposalId - The ID of the proposal.DescribeDirectConnectGatewayAssociationProposalsRequest.Builder associatedGatewayId(String associatedGatewayId)
The ID of the associated gateway.
associatedGatewayId - The ID of the associated gateway.DescribeDirectConnectGatewayAssociationProposalsRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return with a single call. To retrieve the remaining results, make another
call with the returned nextToken value.
If MaxResults is given a value larger than 100, only 100 results are returned.
maxResults - The maximum number of results to return with a single call. To retrieve the remaining results, make
another call with the returned nextToken value.
If MaxResults is given a value larger than 100, only 100 results are returned.
DescribeDirectConnectGatewayAssociationProposalsRequest.Builder nextToken(String nextToken)
The token for the next page of results.
nextToken - The token for the next page of results.DescribeDirectConnectGatewayAssociationProposalsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDescribeDirectConnectGatewayAssociationProposalsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.