public static interface AssociateTransitGatewayMulticastDomainRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<AssociateTransitGatewayMulticastDomainRequest.Builder,AssociateTransitGatewayMulticastDomainRequest>
| Modifier and Type | Method and Description |
|---|---|
AssociateTransitGatewayMulticastDomainRequest.Builder |
dryRun(Boolean dryRun)
Checks whether you have the required permissions for the action, without actually making the request, and
provides an error response.
|
AssociateTransitGatewayMulticastDomainRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
AssociateTransitGatewayMulticastDomainRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
AssociateTransitGatewayMulticastDomainRequest.Builder |
subnetIds(Collection<String> subnetIds)
The IDs of the subnets to associate with the transit gateway multicast domain.
|
AssociateTransitGatewayMulticastDomainRequest.Builder |
subnetIds(String... subnetIds)
The IDs of the subnets to associate with the transit gateway multicast domain.
|
AssociateTransitGatewayMulticastDomainRequest.Builder |
transitGatewayAttachmentId(String transitGatewayAttachmentId)
The ID of the transit gateway attachment to associate with the transit gateway multicast domain.
|
AssociateTransitGatewayMulticastDomainRequest.Builder |
transitGatewayMulticastDomainId(String transitGatewayMulticastDomainId)
The ID of the transit gateway multicast domain.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildAssociateTransitGatewayMulticastDomainRequest.Builder transitGatewayMulticastDomainId(String transitGatewayMulticastDomainId)
The ID of the transit gateway multicast domain.
transitGatewayMulticastDomainId - The ID of the transit gateway multicast domain.AssociateTransitGatewayMulticastDomainRequest.Builder transitGatewayAttachmentId(String transitGatewayAttachmentId)
The ID of the transit gateway attachment to associate with the transit gateway multicast domain.
transitGatewayAttachmentId - The ID of the transit gateway attachment to associate with the transit gateway multicast domain.AssociateTransitGatewayMulticastDomainRequest.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.AssociateTransitGatewayMulticastDomainRequest.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.AssociateTransitGatewayMulticastDomainRequest.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.AssociateTransitGatewayMulticastDomainRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderAssociateTransitGatewayMulticastDomainRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.