public static interface AssociateTransitGatewayMulticastDomainRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<AssociateTransitGatewayMulticastDomainRequest.Builder,AssociateTransitGatewayMulticastDomainRequest>
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
AssociateTransitGatewayMulticastDomainRequest.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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
AssociateTransitGatewayMulticastDomainRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2023. All rights reserved.