Class ChannelPlacementGroupProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.medialive.alpha.ChannelPlacementGroupProps.Jsii$Proxy
- All Implemented Interfaces:
ChannelPlacementGroupProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
ChannelPlacementGroupProps
@Stability(Experimental)
@Internal
public static final class ChannelPlacementGroupProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements ChannelPlacementGroupProps
An implementation for
ChannelPlacementGroupProps-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.medialive.alpha.ChannelPlacementGroupProps
ChannelPlacementGroupProps.Builder, ChannelPlacementGroupProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theChannelPlacementGroupProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal String(experimental) The name of the channel placement group.final IClusterRef(experimental) The cluster this channel placement group belongs to.getNodes()(experimental) List of node IDs for the channel placement group.getTags()(experimental) Tags to add to the channel placement group.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theChannelPlacementGroupProps.Builder.
-
-
Method Details
-
getCluster
Description copied from interface:ChannelPlacementGroupProps(experimental) The cluster this channel placement group belongs to.- Specified by:
getClusterin interfaceChannelPlacementGroupProps
-
getChannelPlacementGroupName
Description copied from interface:ChannelPlacementGroupProps(experimental) The name of the channel placement group.Default: - auto-generated name
- Specified by:
getChannelPlacementGroupNamein interfaceChannelPlacementGroupProps
-
getNodes
Description copied from interface:ChannelPlacementGroupProps(experimental) List of node IDs for the channel placement group.Default: - no nodes
- Specified by:
getNodesin interfaceChannelPlacementGroupProps
-
getTags
Description copied from interface:ChannelPlacementGroupProps(experimental) Tags to add to the channel placement group.Default: - no tags
- Specified by:
getTagsin interfaceChannelPlacementGroupProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-