Interface AssociateRouteTableRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<AssociateRouteTableRequest.Builder,AssociateRouteTableRequest>,Ec2Request.Builder,SdkBuilder<AssociateRouteTableRequest.Builder,AssociateRouteTableRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- AssociateRouteTableRequest
@Mutable @NotThreadSafe public static interface AssociateRouteTableRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<AssociateRouteTableRequest.Builder,AssociateRouteTableRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AssociateRouteTableRequest.BuilderdryRun(Boolean dryRun)Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.AssociateRouteTableRequest.BuildergatewayId(String gatewayId)The ID of the internet gateway or virtual private gateway.AssociateRouteTableRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)AssociateRouteTableRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)AssociateRouteTableRequest.BuilderpublicIpv4Pool(String publicIpv4Pool)The ID of a public IPv4 pool.AssociateRouteTableRequest.BuilderrouteTableId(String routeTableId)The ID of the route table.AssociateRouteTableRequest.BuildersubnetId(String subnetId)The ID of 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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
gatewayId
AssociateRouteTableRequest.Builder gatewayId(String gatewayId)
The ID of the internet gateway or virtual private gateway.
- Parameters:
gatewayId- The ID of the internet gateway or virtual private gateway.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
publicIpv4Pool
AssociateRouteTableRequest.Builder publicIpv4Pool(String publicIpv4Pool)
The ID of a public IPv4 pool. A public IPv4 pool is a pool of IPv4 addresses that you've brought to Amazon Web Services with BYOIP.
- Parameters:
publicIpv4Pool- The ID of a public IPv4 pool. A public IPv4 pool is a pool of IPv4 addresses that you've brought to Amazon Web Services with BYOIP.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dryRun
AssociateRouteTableRequest.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.
-
subnetId
AssociateRouteTableRequest.Builder subnetId(String subnetId)
The ID of the subnet.
- Parameters:
subnetId- The ID of the subnet.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
routeTableId
AssociateRouteTableRequest.Builder routeTableId(String routeTableId)
The ID of the route table.
- Parameters:
routeTableId- The ID of the route table.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
AssociateRouteTableRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
AssociateRouteTableRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-