public static interface AssociateTransitGatewayMulticastDomainRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<AssociateTransitGatewayMulticastDomainRequest.Builder,AssociateTransitGatewayMulticastDomainRequest>
Modifier and Type | Method and Description |
---|---|
AssociateTransitGatewayMulticastDomainRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
AssociateTransitGatewayMulticastDomainRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
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.
|
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)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.AssociateTransitGatewayMulticastDomainRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.