public static interface CreateDirectConnectGatewayAssociationProposalRequest.Builder extends DirectConnectRequest.Builder, SdkPojo, CopyableBuilder<CreateDirectConnectGatewayAssociationProposalRequest.Builder,CreateDirectConnectGatewayAssociationProposalRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateDirectConnectGatewayAssociationProposalRequest.Builder directConnectGatewayId(String directConnectGatewayId)
The ID of the Direct Connect gateway.
directConnectGatewayId - The ID of the Direct Connect gateway.CreateDirectConnectGatewayAssociationProposalRequest.Builder directConnectGatewayOwnerAccount(String directConnectGatewayOwnerAccount)
The ID of the Amazon Web Services account that owns the Direct Connect gateway.
directConnectGatewayOwnerAccount - The ID of the Amazon Web Services account that owns the Direct Connect gateway.CreateDirectConnectGatewayAssociationProposalRequest.Builder gatewayId(String gatewayId)
The ID of the virtual private gateway or transit gateway.
gatewayId - The ID of the virtual private gateway or transit gateway.CreateDirectConnectGatewayAssociationProposalRequest.Builder addAllowedPrefixesToDirectConnectGateway(Collection<RouteFilterPrefix> addAllowedPrefixesToDirectConnectGateway)
The Amazon VPC prefixes to advertise to the Direct Connect gateway.
addAllowedPrefixesToDirectConnectGateway - The Amazon VPC prefixes to advertise to the Direct Connect gateway.CreateDirectConnectGatewayAssociationProposalRequest.Builder addAllowedPrefixesToDirectConnectGateway(RouteFilterPrefix... addAllowedPrefixesToDirectConnectGateway)
The Amazon VPC prefixes to advertise to the Direct Connect gateway.
addAllowedPrefixesToDirectConnectGateway - The Amazon VPC prefixes to advertise to the Direct Connect gateway.CreateDirectConnectGatewayAssociationProposalRequest.Builder addAllowedPrefixesToDirectConnectGateway(Consumer<RouteFilterPrefix.Builder>... addAllowedPrefixesToDirectConnectGateway)
The Amazon VPC prefixes to advertise to the Direct Connect gateway.
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 #addAllowedPrefixesToDirectConnectGateway(List.
addAllowedPrefixesToDirectConnectGateway - a consumer that will call methods on
RouteFilterPrefix.Builder#addAllowedPrefixesToDirectConnectGateway(java.util.Collection) CreateDirectConnectGatewayAssociationProposalRequest.Builder removeAllowedPrefixesToDirectConnectGateway(Collection<RouteFilterPrefix> removeAllowedPrefixesToDirectConnectGateway)
The Amazon VPC prefixes to no longer advertise to the Direct Connect gateway.
removeAllowedPrefixesToDirectConnectGateway - The Amazon VPC prefixes to no longer advertise to the Direct Connect gateway.CreateDirectConnectGatewayAssociationProposalRequest.Builder removeAllowedPrefixesToDirectConnectGateway(RouteFilterPrefix... removeAllowedPrefixesToDirectConnectGateway)
The Amazon VPC prefixes to no longer advertise to the Direct Connect gateway.
removeAllowedPrefixesToDirectConnectGateway - The Amazon VPC prefixes to no longer advertise to the Direct Connect gateway.CreateDirectConnectGatewayAssociationProposalRequest.Builder removeAllowedPrefixesToDirectConnectGateway(Consumer<RouteFilterPrefix.Builder>... removeAllowedPrefixesToDirectConnectGateway)
The Amazon VPC prefixes to no longer advertise to the Direct Connect gateway.
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 #removeAllowedPrefixesToDirectConnectGateway(List.
removeAllowedPrefixesToDirectConnectGateway - a consumer that will call methods on
RouteFilterPrefix.Builder#removeAllowedPrefixesToDirectConnectGateway(java.util.Collection) CreateDirectConnectGatewayAssociationProposalRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateDirectConnectGatewayAssociationProposalRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.