public static interface AcceptDirectConnectGatewayAssociationProposalRequest.Builder extends DirectConnectRequest.Builder, SdkPojo, CopyableBuilder<AcceptDirectConnectGatewayAssociationProposalRequest.Builder,AcceptDirectConnectGatewayAssociationProposalRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildAcceptDirectConnectGatewayAssociationProposalRequest.Builder directConnectGatewayId(String directConnectGatewayId)
The ID of the Direct Connect gateway.
directConnectGatewayId - The ID of the Direct Connect gateway.AcceptDirectConnectGatewayAssociationProposalRequest.Builder proposalId(String proposalId)
The ID of the request proposal.
proposalId - The ID of the request proposal.AcceptDirectConnectGatewayAssociationProposalRequest.Builder associatedGatewayOwnerAccount(String associatedGatewayOwnerAccount)
The ID of the AWS account that owns the virtual private gateway or transit gateway.
associatedGatewayOwnerAccount - The ID of the AWS account that owns the virtual private gateway or transit gateway.AcceptDirectConnectGatewayAssociationProposalRequest.Builder overrideAllowedPrefixesToDirectConnectGateway(Collection<RouteFilterPrefix> overrideAllowedPrefixesToDirectConnectGateway)
Overrides the Amazon VPC prefixes advertised to the Direct Connect gateway.
For information about how to set the prefixes, see Allowed Prefixes in the AWS Direct Connect User Guide.
overrideAllowedPrefixesToDirectConnectGateway - Overrides the Amazon VPC prefixes advertised to the Direct Connect gateway.
For information about how to set the prefixes, see Allowed Prefixes in the AWS Direct Connect User Guide.
AcceptDirectConnectGatewayAssociationProposalRequest.Builder overrideAllowedPrefixesToDirectConnectGateway(RouteFilterPrefix... overrideAllowedPrefixesToDirectConnectGateway)
Overrides the Amazon VPC prefixes advertised to the Direct Connect gateway.
For information about how to set the prefixes, see Allowed Prefixes in the AWS Direct Connect User Guide.
overrideAllowedPrefixesToDirectConnectGateway - Overrides the Amazon VPC prefixes advertised to the Direct Connect gateway.
For information about how to set the prefixes, see Allowed Prefixes in the AWS Direct Connect User Guide.
AcceptDirectConnectGatewayAssociationProposalRequest.Builder overrideAllowedPrefixesToDirectConnectGateway(Consumer<RouteFilterPrefix.Builder>... overrideAllowedPrefixesToDirectConnectGateway)
Overrides the Amazon VPC prefixes advertised to the Direct Connect gateway.
For information about how to set the prefixes, see Allowed Prefixes in the AWS Direct Connect User Guide.
This is a convenience that creates an instance of theList.Builder avoiding the
need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately
and its result is passed to #overrideAllowedPrefixesToDirectConnectGateway(List) .overrideAllowedPrefixesToDirectConnectGateway - a consumer that will call methods on List.Builder #overrideAllowedPrefixesToDirectConnectGateway(List) AcceptDirectConnectGatewayAssociationProposalRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderAcceptDirectConnectGatewayAssociationProposalRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.