public static interface CreateLocalGatewayRouteTableRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<CreateLocalGatewayRouteTableRequest.Builder,CreateLocalGatewayRouteTableRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateLocalGatewayRouteTableRequest.Builder localGatewayId(String localGatewayId)
The ID of the local gateway.
localGatewayId - The ID of the local gateway.CreateLocalGatewayRouteTableRequest.Builder mode(String mode)
The mode of the local gateway route table.
mode - The mode of the local gateway route table.LocalGatewayRouteTableMode,
LocalGatewayRouteTableModeCreateLocalGatewayRouteTableRequest.Builder mode(LocalGatewayRouteTableMode mode)
The mode of the local gateway route table.
mode - The mode of the local gateway route table.LocalGatewayRouteTableMode,
LocalGatewayRouteTableModeCreateLocalGatewayRouteTableRequest.Builder tagSpecifications(Collection<TagSpecification> tagSpecifications)
The tags assigned to the local gateway route table.
tagSpecifications - The tags assigned to the local gateway route table.CreateLocalGatewayRouteTableRequest.Builder tagSpecifications(TagSpecification... tagSpecifications)
The tags assigned to the local gateway route table.
tagSpecifications - The tags assigned to the local gateway route table.CreateLocalGatewayRouteTableRequest.Builder tagSpecifications(Consumer<TagSpecification.Builder>... tagSpecifications)
The tags assigned to the local gateway route table.
This is a convenience method that creates an instance of theTagSpecification.Builder avoiding the need to create one
manually via TagSpecification.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #tagSpecifications(List.
tagSpecifications - a consumer that will call methods on
TagSpecification.Builder#tagSpecifications(java.util.Collection) CreateLocalGatewayRouteTableRequest.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 is UnauthorizedOperation.
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 is UnauthorizedOperation.CreateLocalGatewayRouteTableRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateLocalGatewayRouteTableRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.