public static interface RejectTransitGatewayMulticastDomainAssociationsRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<RejectTransitGatewayMulticastDomainAssociationsRequest.Builder,RejectTransitGatewayMulticastDomainAssociationsRequest>
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
RejectTransitGatewayMulticastDomainAssociationsRequest.Builder transitGatewayMulticastDomainId(String transitGatewayMulticastDomainId)
The ID of the transit gateway multicast domain.
transitGatewayMulticastDomainId
- The ID of the transit gateway multicast domain.RejectTransitGatewayMulticastDomainAssociationsRequest.Builder transitGatewayAttachmentId(String transitGatewayAttachmentId)
The ID of the transit gateway attachment.
transitGatewayAttachmentId
- The ID of the transit gateway attachment.RejectTransitGatewayMulticastDomainAssociationsRequest.Builder subnetIds(Collection<String> subnetIds)
The IDs of the subnets to associate with the transit gateway multicast domain.
subnetIds
- The IDs of the subnets to associate with the transit gateway multicast domain.RejectTransitGatewayMulticastDomainAssociationsRequest.Builder subnetIds(String... subnetIds)
The IDs of the subnets to associate with the transit gateway multicast domain.
subnetIds
- The IDs of the subnets to associate with the transit gateway multicast domain.RejectTransitGatewayMulticastDomainAssociationsRequest.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
.RejectTransitGatewayMulticastDomainAssociationsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
RejectTransitGatewayMulticastDomainAssociationsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2023. All rights reserved.