public static interface DisassociateTransitGatewayMulticastDomainRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<DisassociateTransitGatewayMulticastDomainRequest.Builder,DisassociateTransitGatewayMulticastDomainRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDisassociateTransitGatewayMulticastDomainRequest.Builder transitGatewayMulticastDomainId(String transitGatewayMulticastDomainId)
The ID of the transit gateway multicast domain.
transitGatewayMulticastDomainId - The ID of the transit gateway multicast domain.DisassociateTransitGatewayMulticastDomainRequest.Builder transitGatewayAttachmentId(String transitGatewayAttachmentId)
The ID of the attachment.
transitGatewayAttachmentId - The ID of the attachment.DisassociateTransitGatewayMulticastDomainRequest.Builder subnetIds(Collection<String> subnetIds)
The IDs of the subnets;
subnetIds - The IDs of the subnets;DisassociateTransitGatewayMulticastDomainRequest.Builder subnetIds(String... subnetIds)
The IDs of the subnets;
subnetIds - The IDs of the subnets;DisassociateTransitGatewayMulticastDomainRequest.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.DisassociateTransitGatewayMulticastDomainRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDisassociateTransitGatewayMulticastDomainRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.