Interface RegisterTransitGatewayMulticastGroupSourcesResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<RegisterTransitGatewayMulticastGroupSourcesResponse.Builder,,RegisterTransitGatewayMulticastGroupSourcesResponse> Ec2Response.Builder,SdkBuilder<RegisterTransitGatewayMulticastGroupSourcesResponse.Builder,,RegisterTransitGatewayMulticastGroupSourcesResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
RegisterTransitGatewayMulticastGroupSourcesResponse
@Mutable
@NotThreadSafe
public static interface RegisterTransitGatewayMulticastGroupSourcesResponse.Builder
extends Ec2Response.Builder, SdkPojo, CopyableBuilder<RegisterTransitGatewayMulticastGroupSourcesResponse.Builder,RegisterTransitGatewayMulticastGroupSourcesResponse>
-
Method Summary
Modifier and TypeMethodDescriptionregisteredMulticastGroupSources(Consumer<TransitGatewayMulticastRegisteredGroupSources.Builder> registeredMulticastGroupSources) Information about the transit gateway multicast group sources.registeredMulticastGroupSources(TransitGatewayMulticastRegisteredGroupSources registeredMulticastGroupSources) Information about the transit gateway multicast group sources.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.ec2.model.Ec2Response.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
registeredMulticastGroupSources
RegisterTransitGatewayMulticastGroupSourcesResponse.Builder registeredMulticastGroupSources(TransitGatewayMulticastRegisteredGroupSources registeredMulticastGroupSources) Information about the transit gateway multicast group sources.
- Parameters:
registeredMulticastGroupSources- Information about the transit gateway multicast group sources.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
registeredMulticastGroupSources
default RegisterTransitGatewayMulticastGroupSourcesResponse.Builder registeredMulticastGroupSources(Consumer<TransitGatewayMulticastRegisteredGroupSources.Builder> registeredMulticastGroupSources) Information about the transit gateway multicast group sources.
This is a convenience method that creates an instance of theTransitGatewayMulticastRegisteredGroupSources.Builderavoiding the need to create one manually viaTransitGatewayMulticastRegisteredGroupSources.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toregisteredMulticastGroupSources(TransitGatewayMulticastRegisteredGroupSources).- Parameters:
registeredMulticastGroupSources- a consumer that will call methods onTransitGatewayMulticastRegisteredGroupSources.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-