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, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
GetTransitGatewayMulticastDomainAssociationsResponse.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 that creates an instance of the.Builder
avoiding the need to create one manually via #builder()
.
When the Consumer
completes, List.Builder#build()
is called immediately and its result is passed to #multicastDomainAssociations(List)
.multicastDomainAssociations
- a consumer that will call methods on List.Builder
#multicastDomainAssociations(List)
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 © 2020. All rights reserved.