Interface UpdateDirectConnectGatewayAssociationRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateDirectConnectGatewayAssociationRequest.Builder,UpdateDirectConnectGatewayAssociationRequest>,DirectConnectRequest.Builder,SdkBuilder<UpdateDirectConnectGatewayAssociationRequest.Builder,UpdateDirectConnectGatewayAssociationRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateDirectConnectGatewayAssociationRequest
public static interface UpdateDirectConnectGatewayAssociationRequest.Builder extends DirectConnectRequest.Builder, SdkPojo, CopyableBuilder<UpdateDirectConnectGatewayAssociationRequest.Builder,UpdateDirectConnectGatewayAssociationRequest>
-
-
Method Summary
-
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, sdkFields
-
-
-
-
Method Detail
-
associationId
UpdateDirectConnectGatewayAssociationRequest.Builder associationId(String associationId)
The ID of the Direct Connect gateway association.
- Parameters:
associationId- The ID of the Direct Connect gateway association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
addAllowedPrefixesToDirectConnectGateway
UpdateDirectConnectGatewayAssociationRequest.Builder addAllowedPrefixesToDirectConnectGateway(Collection<RouteFilterPrefix> addAllowedPrefixesToDirectConnectGateway)
The Amazon VPC prefixes to advertise to the Direct Connect gateway.
- Parameters:
addAllowedPrefixesToDirectConnectGateway- The Amazon VPC prefixes to advertise to the Direct Connect gateway.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
addAllowedPrefixesToDirectConnectGateway
UpdateDirectConnectGatewayAssociationRequest.Builder addAllowedPrefixesToDirectConnectGateway(RouteFilterPrefix... addAllowedPrefixesToDirectConnectGateway)
The Amazon VPC prefixes to advertise to the Direct Connect gateway.
- Parameters:
addAllowedPrefixesToDirectConnectGateway- The Amazon VPC prefixes to advertise to the Direct Connect gateway.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
addAllowedPrefixesToDirectConnectGateway
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.Builderavoiding the need to create one manually viaRouteFilterPrefix.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#addAllowedPrefixesToDirectConnectGateway(List.) - Parameters:
addAllowedPrefixesToDirectConnectGateway- a consumer that will call methods onRouteFilterPrefix.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#addAllowedPrefixesToDirectConnectGateway(java.util.Collection)
-
removeAllowedPrefixesToDirectConnectGateway
UpdateDirectConnectGatewayAssociationRequest.Builder removeAllowedPrefixesToDirectConnectGateway(Collection<RouteFilterPrefix> removeAllowedPrefixesToDirectConnectGateway)
The Amazon VPC prefixes to no longer advertise to the Direct Connect gateway.
- Parameters:
removeAllowedPrefixesToDirectConnectGateway- The Amazon VPC prefixes to no longer advertise to the Direct Connect gateway.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
removeAllowedPrefixesToDirectConnectGateway
UpdateDirectConnectGatewayAssociationRequest.Builder removeAllowedPrefixesToDirectConnectGateway(RouteFilterPrefix... removeAllowedPrefixesToDirectConnectGateway)
The Amazon VPC prefixes to no longer advertise to the Direct Connect gateway.
- Parameters:
removeAllowedPrefixesToDirectConnectGateway- The Amazon VPC prefixes to no longer advertise to the Direct Connect gateway.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
removeAllowedPrefixesToDirectConnectGateway
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.Builderavoiding the need to create one manually viaRouteFilterPrefix.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#removeAllowedPrefixesToDirectConnectGateway(List.) - Parameters:
removeAllowedPrefixesToDirectConnectGateway- a consumer that will call methods onRouteFilterPrefix.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#removeAllowedPrefixesToDirectConnectGateway(java.util.Collection)
-
overrideConfiguration
UpdateDirectConnectGatewayAssociationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateDirectConnectGatewayAssociationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-