public static interface RegisterTransitGatewayMulticastGroupSourcesResponse.Builder extends Ec2Response.Builder, SdkPojo, CopyableBuilder<RegisterTransitGatewayMulticastGroupSourcesResponse.Builder,RegisterTransitGatewayMulticastGroupSourcesResponse>
| Modifier and Type | Method and Description |
|---|---|
default RegisterTransitGatewayMulticastGroupSourcesResponse.Builder |
registeredMulticastGroupSources(Consumer<TransitGatewayMulticastRegisteredGroupSources.Builder> registeredMulticastGroupSources)
Information about the transit gateway multicast group sources.
|
RegisterTransitGatewayMulticastGroupSourcesResponse.Builder |
registeredMulticastGroupSources(TransitGatewayMulticastRegisteredGroupSources registeredMulticastGroupSources)
Information about the transit gateway multicast group sources.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildRegisterTransitGatewayMulticastGroupSourcesResponse.Builder registeredMulticastGroupSources(TransitGatewayMulticastRegisteredGroupSources registeredMulticastGroupSources)
Information about the transit gateway multicast group sources.
registeredMulticastGroupSources - Information about the transit gateway multicast group sources.default RegisterTransitGatewayMulticastGroupSourcesResponse.Builder registeredMulticastGroupSources(Consumer<TransitGatewayMulticastRegisteredGroupSources.Builder> registeredMulticastGroupSources)
Information about the transit gateway multicast group sources.
This is a convenience that creates an instance of theTransitGatewayMulticastRegisteredGroupSources.Builder avoiding the need to create one manually via
TransitGatewayMulticastRegisteredGroupSources.builder().
When the Consumer completes, SdkBuilder.build() is
called immediately and its result is passed to
registeredMulticastGroupSources(TransitGatewayMulticastRegisteredGroupSources).registeredMulticastGroupSources - a consumer that will call methods on TransitGatewayMulticastRegisteredGroupSources.BuilderregisteredMulticastGroupSources(TransitGatewayMulticastRegisteredGroupSources)Copyright © 2021. All rights reserved.