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