public static interface ModifyTransitGatewayRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<ModifyTransitGatewayRequest.Builder,ModifyTransitGatewayRequest>
| Modifier and Type | Method and Description |
|---|---|
ModifyTransitGatewayRequest.Builder |
description(String description)
The description for the transit gateway.
|
ModifyTransitGatewayRequest.Builder |
dryRun(Boolean dryRun)
Checks whether you have the required permissions for the action, without actually making the request, and
provides an error response.
|
default ModifyTransitGatewayRequest.Builder |
options(Consumer<ModifyTransitGatewayOptions.Builder> options)
The options to modify.
|
ModifyTransitGatewayRequest.Builder |
options(ModifyTransitGatewayOptions options)
The options to modify.
|
ModifyTransitGatewayRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ModifyTransitGatewayRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ModifyTransitGatewayRequest.Builder |
transitGatewayId(String transitGatewayId)
The ID of the transit gateway.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildModifyTransitGatewayRequest.Builder transitGatewayId(String transitGatewayId)
The ID of the transit gateway.
transitGatewayId - The ID of the transit gateway.ModifyTransitGatewayRequest.Builder description(String description)
The description for the transit gateway.
description - The description for the transit gateway.ModifyTransitGatewayRequest.Builder options(ModifyTransitGatewayOptions options)
The options to modify.
options - The options to modify.default ModifyTransitGatewayRequest.Builder options(Consumer<ModifyTransitGatewayOptions.Builder> options)
The options to modify.
This is a convenience method that creates an instance of theModifyTransitGatewayOptions.Builder
avoiding the need to create one manually via ModifyTransitGatewayOptions.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to options(ModifyTransitGatewayOptions).
options - a consumer that will call methods on ModifyTransitGatewayOptions.Builderoptions(ModifyTransitGatewayOptions)ModifyTransitGatewayRequest.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.ModifyTransitGatewayRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderModifyTransitGatewayRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.