public static interface DescribeTransitGatewayMulticastDomainsRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<DescribeTransitGatewayMulticastDomainsRequest.Builder,DescribeTransitGatewayMulticastDomainsRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeTransitGatewayMulticastDomainsRequest.Builder transitGatewayMulticastDomainIds(Collection<String> transitGatewayMulticastDomainIds)
The ID of the transit gateway multicast domain.
transitGatewayMulticastDomainIds - The ID of the transit gateway multicast domain.DescribeTransitGatewayMulticastDomainsRequest.Builder transitGatewayMulticastDomainIds(String... transitGatewayMulticastDomainIds)
The ID of the transit gateway multicast domain.
transitGatewayMulticastDomainIds - The ID of the transit gateway multicast domain.DescribeTransitGatewayMulticastDomainsRequest.Builder filters(Collection<Filter> filters)
One or more filters. The possible values are:
state - The state of the transit gateway multicast domain. Valid values are pending
| available | deleting | deleted.
transit-gateway-id - The ID of the transit gateway.
transit-gateway-multicast-domain-id - The ID of the transit gateway multicast domain.
filters - One or more filters. The possible values are:
state - The state of the transit gateway multicast domain. Valid values are
pending | available | deleting | deleted.
transit-gateway-id - The ID of the transit gateway.
transit-gateway-multicast-domain-id - The ID of the transit gateway multicast domain.
DescribeTransitGatewayMulticastDomainsRequest.Builder filters(Filter... filters)
One or more filters. The possible values are:
state - The state of the transit gateway multicast domain. Valid values are pending
| available | deleting | deleted.
transit-gateway-id - The ID of the transit gateway.
transit-gateway-multicast-domain-id - The ID of the transit gateway multicast domain.
filters - One or more filters. The possible values are:
state - The state of the transit gateway multicast domain. Valid values are
pending | available | deleting | deleted.
transit-gateway-id - The ID of the transit gateway.
transit-gateway-multicast-domain-id - The ID of the transit gateway multicast domain.
DescribeTransitGatewayMulticastDomainsRequest.Builder filters(Consumer<Filter.Builder>... filters)
One or more filters. The possible values are:
state - The state of the transit gateway multicast domain. Valid values are pending
| available | deleting | deleted.
transit-gateway-id - The ID of the transit gateway.
transit-gateway-multicast-domain-id - The ID of the transit gateway multicast domain.
Filter.Builder avoiding the need to create one manually via
Filter.builder().
When the Consumer completes, SdkBuilder.build()
is called immediately and its result is passed to #filters(List.
filters - a consumer that will call methods on Filter.Builder#filters(java.util.Collection) DescribeTransitGatewayMulticastDomainsRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return with a single call. To retrieve the remaining results, make another
call with the returned nextToken value.
maxResults - The maximum number of results to return with a single call. To retrieve the remaining results, make
another call with the returned nextToken value.DescribeTransitGatewayMulticastDomainsRequest.Builder nextToken(String nextToken)
The token for the next page of results.
nextToken - The token for the next page of results.DescribeTransitGatewayMulticastDomainsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDescribeTransitGatewayMulticastDomainsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.