Interface DescribeDirectConnectGatewayAssociationProposalsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<DescribeDirectConnectGatewayAssociationProposalsRequest.Builder,
,DescribeDirectConnectGatewayAssociationProposalsRequest> DirectConnectRequest.Builder
,SdkBuilder<DescribeDirectConnectGatewayAssociationProposalsRequest.Builder,
,DescribeDirectConnectGatewayAssociationProposalsRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
DescribeDirectConnectGatewayAssociationProposalsRequest
@Mutable
@NotThreadSafe
public static interface DescribeDirectConnectGatewayAssociationProposalsRequest.Builder
extends DirectConnectRequest.Builder, SdkPojo, CopyableBuilder<DescribeDirectConnectGatewayAssociationProposalsRequest.Builder,DescribeDirectConnectGatewayAssociationProposalsRequest>
-
Method Summary
Modifier and TypeMethodDescriptionassociatedGatewayId
(String associatedGatewayId) The ID of the associated gateway.directConnectGatewayId
(String directConnectGatewayId) The ID of the Direct Connect gateway.maxResults
(Integer maxResults) The maximum number of results to return with a single call.The token for the next page of results.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.proposalId
(String proposalId) The ID of the proposal.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.directconnect.model.DirectConnectRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
directConnectGatewayId
DescribeDirectConnectGatewayAssociationProposalsRequest.Builder directConnectGatewayId(String directConnectGatewayId) The ID of the Direct Connect gateway.
- Parameters:
directConnectGatewayId
- The ID of the Direct Connect gateway.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
proposalId
The ID of the proposal.
- Parameters:
proposalId
- The ID of the proposal.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
associatedGatewayId
DescribeDirectConnectGatewayAssociationProposalsRequest.Builder associatedGatewayId(String associatedGatewayId) The ID of the associated gateway.
- Parameters:
associatedGatewayId
- The ID of the associated gateway.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.- Parameters:
maxResults
- The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returnednextToken
value.If
MaxResults
is given a value larger than 100, only 100 results are returned.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
The token for the next page of results.
- Parameters:
nextToken
- The token for the next page of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DescribeDirectConnectGatewayAssociationProposalsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
DescribeDirectConnectGatewayAssociationProposalsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-