public static interface UpdateDirectConnectGatewayAssociationRequest.Builder extends DirectConnectRequest.Builder, SdkPojo, CopyableBuilder<UpdateDirectConnectGatewayAssociationRequest.Builder,UpdateDirectConnectGatewayAssociationRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateDirectConnectGatewayAssociationRequest.Builder associationId(String associationId)
The ID of the Direct Connect gateway association.
associationId - The ID of the Direct Connect gateway association.UpdateDirectConnectGatewayAssociationRequest.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.UpdateDirectConnectGatewayAssociationRequest.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.UpdateDirectConnectGatewayAssociationRequest.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) UpdateDirectConnectGatewayAssociationRequest.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.UpdateDirectConnectGatewayAssociationRequest.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.UpdateDirectConnectGatewayAssociationRequest.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) UpdateDirectConnectGatewayAssociationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateDirectConnectGatewayAssociationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.