Interface RegisterTransitGatewayMulticastGroupSourcesResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<RegisterTransitGatewayMulticastGroupSourcesResponse.Builder,RegisterTransitGatewayMulticastGroupSourcesResponse>,Ec2Response.Builder,SdkBuilder<RegisterTransitGatewayMulticastGroupSourcesResponse.Builder,RegisterTransitGatewayMulticastGroupSourcesResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- RegisterTransitGatewayMulticastGroupSourcesResponse
public static interface RegisterTransitGatewayMulticastGroupSourcesResponse.Builder extends Ec2Response.Builder, SdkPojo, CopyableBuilder<RegisterTransitGatewayMulticastGroupSourcesResponse.Builder,RegisterTransitGatewayMulticastGroupSourcesResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default RegisterTransitGatewayMulticastGroupSourcesResponse.BuilderregisteredMulticastGroupSources(Consumer<TransitGatewayMulticastRegisteredGroupSources.Builder> registeredMulticastGroupSources)Information about the transit gateway multicast group sources.RegisterTransitGatewayMulticastGroupSourcesResponse.BuilderregisteredMulticastGroupSources(TransitGatewayMulticastRegisteredGroupSources registeredMulticastGroupSources)Information about the transit gateway multicast group sources.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.ec2.model.Ec2Response.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
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:
registeredMulticastGroupSources(TransitGatewayMulticastRegisteredGroupSources)
-
-