public static interface TransitGatewayMulticastDomainOptions.Builder extends SdkPojo, CopyableBuilder<TransitGatewayMulticastDomainOptions.Builder,TransitGatewayMulticastDomainOptions>
Modifier and Type | Method and Description |
---|---|
TransitGatewayMulticastDomainOptions.Builder |
autoAcceptSharedAssociations(AutoAcceptSharedAssociationsValue autoAcceptSharedAssociations)
Indicates whether to automatically cross-account subnet associations that are associated with the transit
gateway multicast domain.
|
TransitGatewayMulticastDomainOptions.Builder |
autoAcceptSharedAssociations(String autoAcceptSharedAssociations)
Indicates whether to automatically cross-account subnet associations that are associated with the transit
gateway multicast domain.
|
TransitGatewayMulticastDomainOptions.Builder |
igmpv2Support(Igmpv2SupportValue igmpv2Support)
Indicates whether Internet Group Management Protocol (IGMP) version 2 is turned on for the transit gateway
multicast domain.
|
TransitGatewayMulticastDomainOptions.Builder |
igmpv2Support(String igmpv2Support)
Indicates whether Internet Group Management Protocol (IGMP) version 2 is turned on for the transit gateway
multicast domain.
|
TransitGatewayMulticastDomainOptions.Builder |
staticSourcesSupport(StaticSourcesSupportValue staticSourcesSupport)
Indicates whether support for statically configuring transit gateway multicast group sources is turned on.
|
TransitGatewayMulticastDomainOptions.Builder |
staticSourcesSupport(String staticSourcesSupport)
Indicates whether support for statically configuring transit gateway multicast group sources is turned on.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
TransitGatewayMulticastDomainOptions.Builder igmpv2Support(String igmpv2Support)
Indicates whether Internet Group Management Protocol (IGMP) version 2 is turned on for the transit gateway multicast domain.
igmpv2Support
- Indicates whether Internet Group Management Protocol (IGMP) version 2 is turned on for the transit
gateway multicast domain.Igmpv2SupportValue
,
Igmpv2SupportValue
TransitGatewayMulticastDomainOptions.Builder igmpv2Support(Igmpv2SupportValue igmpv2Support)
Indicates whether Internet Group Management Protocol (IGMP) version 2 is turned on for the transit gateway multicast domain.
igmpv2Support
- Indicates whether Internet Group Management Protocol (IGMP) version 2 is turned on for the transit
gateway multicast domain.Igmpv2SupportValue
,
Igmpv2SupportValue
TransitGatewayMulticastDomainOptions.Builder staticSourcesSupport(String staticSourcesSupport)
Indicates whether support for statically configuring transit gateway multicast group sources is turned on.
staticSourcesSupport
- Indicates whether support for statically configuring transit gateway multicast group sources is turned
on.StaticSourcesSupportValue
,
StaticSourcesSupportValue
TransitGatewayMulticastDomainOptions.Builder staticSourcesSupport(StaticSourcesSupportValue staticSourcesSupport)
Indicates whether support for statically configuring transit gateway multicast group sources is turned on.
staticSourcesSupport
- Indicates whether support for statically configuring transit gateway multicast group sources is turned
on.StaticSourcesSupportValue
,
StaticSourcesSupportValue
TransitGatewayMulticastDomainOptions.Builder autoAcceptSharedAssociations(String autoAcceptSharedAssociations)
Indicates whether to automatically cross-account subnet associations that are associated with the transit gateway multicast domain.
autoAcceptSharedAssociations
- Indicates whether to automatically cross-account subnet associations that are associated with the
transit gateway multicast domain.AutoAcceptSharedAssociationsValue
,
AutoAcceptSharedAssociationsValue
TransitGatewayMulticastDomainOptions.Builder autoAcceptSharedAssociations(AutoAcceptSharedAssociationsValue autoAcceptSharedAssociations)
Indicates whether to automatically cross-account subnet associations that are associated with the transit gateway multicast domain.
autoAcceptSharedAssociations
- Indicates whether to automatically cross-account subnet associations that are associated with the
transit gateway multicast domain.AutoAcceptSharedAssociationsValue
,
AutoAcceptSharedAssociationsValue
Copyright © 2022. All rights reserved.