Interface UpdateDirectConnectGatewayAssociationRequest.Builder
- All Superinterfaces:
- AwsRequest.Builder,- Buildable,- CopyableBuilder<UpdateDirectConnectGatewayAssociationRequest.Builder,,- UpdateDirectConnectGatewayAssociationRequest> - DirectConnectRequest.Builder,- SdkBuilder<UpdateDirectConnectGatewayAssociationRequest.Builder,,- UpdateDirectConnectGatewayAssociationRequest> - SdkPojo,- SdkRequest.Builder
- Enclosing class:
- UpdateDirectConnectGatewayAssociationRequest
- 
Method SummaryModifier and TypeMethodDescriptionaddAllowedPrefixesToDirectConnectGateway(Collection<RouteFilterPrefix> addAllowedPrefixesToDirectConnectGateway) The Amazon VPC prefixes to advertise to the Direct Connect gateway.addAllowedPrefixesToDirectConnectGateway(Consumer<RouteFilterPrefix.Builder>... addAllowedPrefixesToDirectConnectGateway) The Amazon VPC prefixes to advertise to the Direct Connect gateway.addAllowedPrefixesToDirectConnectGateway(RouteFilterPrefix... addAllowedPrefixesToDirectConnectGateway) The Amazon VPC prefixes to advertise to the Direct Connect gateway.associationId(String associationId) The ID of the Direct Connect gateway association.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.removeAllowedPrefixesToDirectConnectGateway(Collection<RouteFilterPrefix> removeAllowedPrefixesToDirectConnectGateway) The Amazon VPC prefixes to no longer advertise to the Direct Connect gateway.removeAllowedPrefixesToDirectConnectGateway(Consumer<RouteFilterPrefix.Builder>... removeAllowedPrefixesToDirectConnectGateway) The Amazon VPC prefixes to no longer advertise to the Direct Connect gateway.removeAllowedPrefixesToDirectConnectGateway(RouteFilterPrefix... removeAllowedPrefixesToDirectConnectGateway) The Amazon VPC prefixes to no longer advertise to the Direct Connect gateway.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.BuilderoverrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.directconnect.model.DirectConnectRequest.BuilderbuildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
associationIdThe 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.
 
- 
addAllowedPrefixesToDirectConnectGatewayUpdateDirectConnectGatewayAssociationRequest.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.
 
- 
addAllowedPrefixesToDirectConnectGatewayUpdateDirectConnectGatewayAssociationRequest.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.
 
- 
addAllowedPrefixesToDirectConnectGatewayUpdateDirectConnectGatewayAssociationRequest.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 toaddAllowedPrefixesToDirectConnectGateway(List<RouteFilterPrefix>).- Parameters:
- addAllowedPrefixesToDirectConnectGateway- a consumer that will call methods on- RouteFilterPrefix.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
removeAllowedPrefixesToDirectConnectGatewayUpdateDirectConnectGatewayAssociationRequest.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.
 
- 
removeAllowedPrefixesToDirectConnectGatewayUpdateDirectConnectGatewayAssociationRequest.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.
 
- 
removeAllowedPrefixesToDirectConnectGatewayUpdateDirectConnectGatewayAssociationRequest.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 toremoveAllowedPrefixesToDirectConnectGateway(List<RouteFilterPrefix>).- Parameters:
- removeAllowedPrefixesToDirectConnectGateway- a consumer that will call methods on- RouteFilterPrefix.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
overrideConfigurationUpdateDirectConnectGatewayAssociationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- overrideConfiguration- The override configuration.
- Returns:
- This object for method chaining.
 
- 
overrideConfigurationUpdateDirectConnectGatewayAssociationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- builderConsumer- A- Consumerto which an empty- AwsRequestOverrideConfiguration.Builderwill be given.
- Returns:
- This object for method chaining.
 
 
-