Interface TransitGatewayMulticastDomainOptions.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<TransitGatewayMulticastDomainOptions.Builder,TransitGatewayMulticastDomainOptions>,SdkBuilder<TransitGatewayMulticastDomainOptions.Builder,TransitGatewayMulticastDomainOptions>,SdkPojo
- Enclosing class:
- TransitGatewayMulticastDomainOptions
public static interface TransitGatewayMulticastDomainOptions.Builder extends SdkPojo, CopyableBuilder<TransitGatewayMulticastDomainOptions.Builder,TransitGatewayMulticastDomainOptions>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TransitGatewayMulticastDomainOptions.BuilderautoAcceptSharedAssociations(String autoAcceptSharedAssociations)Indicates whether to automatically cross-account subnet associations that are associated with the transit gateway multicast domain.TransitGatewayMulticastDomainOptions.BuilderautoAcceptSharedAssociations(AutoAcceptSharedAssociationsValue autoAcceptSharedAssociations)Indicates whether to automatically cross-account subnet associations that are associated with the transit gateway multicast domain.TransitGatewayMulticastDomainOptions.Builderigmpv2Support(String igmpv2Support)Indicates whether Internet Group Management Protocol (IGMP) version 2 is turned on for the transit gateway multicast domain.TransitGatewayMulticastDomainOptions.Builderigmpv2Support(Igmpv2SupportValue igmpv2Support)Indicates whether Internet Group Management Protocol (IGMP) version 2 is turned on for the transit gateway multicast domain.TransitGatewayMulticastDomainOptions.BuilderstaticSourcesSupport(String staticSourcesSupport)Indicates whether support for statically configuring transit gateway multicast group sources is turned on.TransitGatewayMulticastDomainOptions.BuilderstaticSourcesSupport(StaticSourcesSupportValue staticSourcesSupport)Indicates whether support for statically configuring transit gateway multicast group sources is turned on.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
igmpv2Support
TransitGatewayMulticastDomainOptions.Builder igmpv2Support(String igmpv2Support)
Indicates whether Internet Group Management Protocol (IGMP) version 2 is turned on for the transit gateway multicast domain.
- Parameters:
igmpv2Support- Indicates whether Internet Group Management Protocol (IGMP) version 2 is turned on for the transit gateway multicast domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
Igmpv2SupportValue,Igmpv2SupportValue
-
igmpv2Support
TransitGatewayMulticastDomainOptions.Builder igmpv2Support(Igmpv2SupportValue igmpv2Support)
Indicates whether Internet Group Management Protocol (IGMP) version 2 is turned on for the transit gateway multicast domain.
- Parameters:
igmpv2Support- Indicates whether Internet Group Management Protocol (IGMP) version 2 is turned on for the transit gateway multicast domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
Igmpv2SupportValue,Igmpv2SupportValue
-
staticSourcesSupport
TransitGatewayMulticastDomainOptions.Builder staticSourcesSupport(String staticSourcesSupport)
Indicates whether support for statically configuring transit gateway multicast group sources is turned on.
- Parameters:
staticSourcesSupport- Indicates whether support for statically configuring transit gateway multicast group sources is turned on.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
StaticSourcesSupportValue,StaticSourcesSupportValue
-
staticSourcesSupport
TransitGatewayMulticastDomainOptions.Builder staticSourcesSupport(StaticSourcesSupportValue staticSourcesSupport)
Indicates whether support for statically configuring transit gateway multicast group sources is turned on.
- Parameters:
staticSourcesSupport- Indicates whether support for statically configuring transit gateway multicast group sources is turned on.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
StaticSourcesSupportValue,StaticSourcesSupportValue
-
autoAcceptSharedAssociations
TransitGatewayMulticastDomainOptions.Builder autoAcceptSharedAssociations(String autoAcceptSharedAssociations)
Indicates whether to automatically cross-account subnet associations that are associated with the transit gateway multicast domain.
- Parameters:
autoAcceptSharedAssociations- Indicates whether to automatically cross-account subnet associations that are associated with the transit gateway multicast domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AutoAcceptSharedAssociationsValue,AutoAcceptSharedAssociationsValue
-
autoAcceptSharedAssociations
TransitGatewayMulticastDomainOptions.Builder autoAcceptSharedAssociations(AutoAcceptSharedAssociationsValue autoAcceptSharedAssociations)
Indicates whether to automatically cross-account subnet associations that are associated with the transit gateway multicast domain.
- Parameters:
autoAcceptSharedAssociations- Indicates whether to automatically cross-account subnet associations that are associated with the transit gateway multicast domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AutoAcceptSharedAssociationsValue,AutoAcceptSharedAssociationsValue
-
-