public static interface DisableTransitGatewayRouteTablePropagationRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<DisableTransitGatewayRouteTablePropagationRequest.Builder,DisableTransitGatewayRouteTablePropagationRequest>
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
DisableTransitGatewayRouteTablePropagationRequest.Builder transitGatewayRouteTableId(String transitGatewayRouteTableId)
The ID of the propagation route table.
transitGatewayRouteTableId
- The ID of the propagation route table.DisableTransitGatewayRouteTablePropagationRequest.Builder transitGatewayAttachmentId(String transitGatewayAttachmentId)
The ID of the attachment.
transitGatewayAttachmentId
- The ID of the attachment.DisableTransitGatewayRouteTablePropagationRequest.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
.DisableTransitGatewayRouteTablePropagationRequest.Builder transitGatewayRouteTableAnnouncementId(String transitGatewayRouteTableAnnouncementId)
The ID of the route table announcement.
transitGatewayRouteTableAnnouncementId
- The ID of the route table announcement.DisableTransitGatewayRouteTablePropagationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
DisableTransitGatewayRouteTablePropagationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2023. All rights reserved.