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 Amazon Web Services account that owns the virtual private gateway or transit gateway.
associatedGatewayOwnerAccount - The ID of the Amazon Web Services 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 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 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 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 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 Direct Connect User Guide.
This is a convenience method that creates an instance of theRouteFilterPrefix.Builder avoiding the need to
create one manually via
RouteFilterPrefix.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #overrideAllowedPrefixesToDirectConnectGateway(List.
overrideAllowedPrefixesToDirectConnectGateway - a consumer that will call methods on
RouteFilterPrefix.Builder#overrideAllowedPrefixesToDirectConnectGateway(java.util.Collection) AcceptDirectConnectGatewayAssociationProposalRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderAcceptDirectConnectGatewayAssociationProposalRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.