public static interface GetTransitGatewayMulticastDomainAssociationsResponse.Builder extends Ec2Response.Builder, SdkPojo, CopyableBuilder<GetTransitGatewayMulticastDomainAssociationsResponse.Builder,GetTransitGatewayMulticastDomainAssociationsResponse>
| Modifier and Type | Method and Description |
|---|---|
GetTransitGatewayMulticastDomainAssociationsResponse.Builder |
multicastDomainAssociations(Collection<TransitGatewayMulticastDomainAssociation> multicastDomainAssociations)
Information about the multicast domain associations.
|
GetTransitGatewayMulticastDomainAssociationsResponse.Builder |
multicastDomainAssociations(Consumer<TransitGatewayMulticastDomainAssociation.Builder>... multicastDomainAssociations)
Information about the multicast domain associations.
|
GetTransitGatewayMulticastDomainAssociationsResponse.Builder |
multicastDomainAssociations(TransitGatewayMulticastDomainAssociation... multicastDomainAssociations)
Information about the multicast domain associations.
|
GetTransitGatewayMulticastDomainAssociationsResponse.Builder |
nextToken(String nextToken)
The token to use to retrieve the next page of results.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetTransitGatewayMulticastDomainAssociationsResponse.Builder multicastDomainAssociations(Collection<TransitGatewayMulticastDomainAssociation> multicastDomainAssociations)
Information about the multicast domain associations.
multicastDomainAssociations - Information about the multicast domain associations.GetTransitGatewayMulticastDomainAssociationsResponse.Builder multicastDomainAssociations(TransitGatewayMulticastDomainAssociation... multicastDomainAssociations)
Information about the multicast domain associations.
multicastDomainAssociations - Information about the multicast domain associations.GetTransitGatewayMulticastDomainAssociationsResponse.Builder multicastDomainAssociations(Consumer<TransitGatewayMulticastDomainAssociation.Builder>... multicastDomainAssociations)
Information about the multicast domain associations.
This is a convenience method that creates an instance of theTransitGatewayMulticastDomainAssociation.Builder avoiding
the need to create one manually via
TransitGatewayMulticastDomainAssociation.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #multicastDomainAssociations(List.
multicastDomainAssociations - a consumer that will call methods on
TransitGatewayMulticastDomainAssociation.Builder#multicastDomainAssociations(java.util.Collection) GetTransitGatewayMulticastDomainAssociationsResponse.Builder nextToken(String nextToken)
The token to use to retrieve the next page of results. This value is null when there are no more
results to return.
nextToken - The token to use to retrieve the next page of results. This value is null when there are
no more results to return.Copyright © 2023. All rights reserved.