Interface ReplaceRouteTableAssociationRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<ReplaceRouteTableAssociationRequest.Builder,ReplaceRouteTableAssociationRequest>
,Ec2Request.Builder
,SdkBuilder<ReplaceRouteTableAssociationRequest.Builder,ReplaceRouteTableAssociationRequest>
,SdkPojo
,SdkRequest.Builder
- Enclosing class:
- ReplaceRouteTableAssociationRequest
public static interface ReplaceRouteTableAssociationRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<ReplaceRouteTableAssociationRequest.Builder,ReplaceRouteTableAssociationRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ReplaceRouteTableAssociationRequest.Builder
associationId(String associationId)
The association ID.ReplaceRouteTableAssociationRequest.Builder
dryRun(Boolean dryRun)
Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.ReplaceRouteTableAssociationRequest.Builder
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
ReplaceRouteTableAssociationRequest.Builder
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
ReplaceRouteTableAssociationRequest.Builder
routeTableId(String routeTableId)
The ID of the new route table to associate with the subnet.-
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.ec2.model.Ec2Request.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
ReplaceRouteTableAssociationRequest.Builder associationId(String associationId)
The association ID.
- Parameters:
associationId
- The association ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dryRun
ReplaceRouteTableAssociationRequest.Builder dryRun(Boolean dryRun)
Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is
DryRunOperation
. Otherwise, it isUnauthorizedOperation
.- Parameters:
dryRun
- Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response isDryRunOperation
. Otherwise, it isUnauthorizedOperation
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
routeTableId
ReplaceRouteTableAssociationRequest.Builder routeTableId(String routeTableId)
The ID of the new route table to associate with the subnet.
- Parameters:
routeTableId
- The ID of the new route table to associate with the subnet.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ReplaceRouteTableAssociationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
overrideConfiguration
ReplaceRouteTableAssociationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
-