@Generated(value="software.amazon.awssdk:codegen") public final class CreateTransitGatewayMulticastDomainRequestOptions extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CreateTransitGatewayMulticastDomainRequestOptions.Builder,CreateTransitGatewayMulticastDomainRequestOptions>
The options for the transit gateway multicast domain.
| Modifier and Type | Class and Description |
|---|---|
static interface |
CreateTransitGatewayMulticastDomainRequestOptions.Builder |
| Modifier and Type | Method and Description |
|---|---|
AutoAcceptSharedAssociationsValue |
autoAcceptSharedAssociations()
Indicates whether to automatically accept cross-account subnet associations that are associated with the transit
gateway multicast domain.
|
String |
autoAcceptSharedAssociationsAsString()
Indicates whether to automatically accept cross-account subnet associations that are associated with the transit
gateway multicast domain.
|
static CreateTransitGatewayMulticastDomainRequestOptions.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Igmpv2SupportValue |
igmpv2Support()
Specify whether to enable Internet Group Management Protocol (IGMP) version 2 for the transit gateway multicast
domain.
|
String |
igmpv2SupportAsString()
Specify whether to enable Internet Group Management Protocol (IGMP) version 2 for the transit gateway multicast
domain.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends CreateTransitGatewayMulticastDomainRequestOptions.Builder> |
serializableBuilderClass() |
StaticSourcesSupportValue |
staticSourcesSupport()
Specify whether to enable support for statically configuring multicast group sources for a domain.
|
String |
staticSourcesSupportAsString()
Specify whether to enable support for statically configuring multicast group sources for a domain.
|
CreateTransitGatewayMulticastDomainRequestOptions.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Igmpv2SupportValue igmpv2Support()
Specify whether to enable Internet Group Management Protocol (IGMP) version 2 for the transit gateway multicast domain.
If the service returns an enum value that is not available in the current SDK version, igmpv2Support
will return Igmpv2SupportValue.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from igmpv2SupportAsString().
Igmpv2SupportValuepublic final String igmpv2SupportAsString()
Specify whether to enable Internet Group Management Protocol (IGMP) version 2 for the transit gateway multicast domain.
If the service returns an enum value that is not available in the current SDK version, igmpv2Support
will return Igmpv2SupportValue.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from igmpv2SupportAsString().
Igmpv2SupportValuepublic final StaticSourcesSupportValue staticSourcesSupport()
Specify whether to enable support for statically configuring multicast group sources for a domain.
If the service returns an enum value that is not available in the current SDK version,
staticSourcesSupport will return StaticSourcesSupportValue.UNKNOWN_TO_SDK_VERSION. The raw value
returned by the service is available from staticSourcesSupportAsString().
StaticSourcesSupportValuepublic final String staticSourcesSupportAsString()
Specify whether to enable support for statically configuring multicast group sources for a domain.
If the service returns an enum value that is not available in the current SDK version,
staticSourcesSupport will return StaticSourcesSupportValue.UNKNOWN_TO_SDK_VERSION. The raw value
returned by the service is available from staticSourcesSupportAsString().
StaticSourcesSupportValuepublic final AutoAcceptSharedAssociationsValue autoAcceptSharedAssociations()
Indicates whether to automatically accept cross-account subnet associations that are associated with the transit gateway multicast domain.
If the service returns an enum value that is not available in the current SDK version,
autoAcceptSharedAssociations will return
AutoAcceptSharedAssociationsValue.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from autoAcceptSharedAssociationsAsString().
AutoAcceptSharedAssociationsValuepublic final String autoAcceptSharedAssociationsAsString()
Indicates whether to automatically accept cross-account subnet associations that are associated with the transit gateway multicast domain.
If the service returns an enum value that is not available in the current SDK version,
autoAcceptSharedAssociations will return
AutoAcceptSharedAssociationsValue.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from autoAcceptSharedAssociationsAsString().
AutoAcceptSharedAssociationsValuepublic CreateTransitGatewayMulticastDomainRequestOptions.Builder toBuilder()
public static CreateTransitGatewayMulticastDomainRequestOptions.Builder builder()
public static Class<? extends CreateTransitGatewayMulticastDomainRequestOptions.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.