Class CfnChannelFlow.ProcessorProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.chime.CfnChannelFlow.ProcessorProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnChannelFlow.ProcessorProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnChannelFlow.ProcessorProperty
@Stability(Stable)
@Internal
public static final class CfnChannelFlow.ProcessorProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnChannelFlow.ProcessorProperty
An implementation for
CfnChannelFlow.ProcessorProperty-
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.chime.CfnChannelFlow.ProcessorProperty
CfnChannelFlow.ProcessorProperty.Builder, CfnChannelFlow.ProcessorProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnChannelFlow.ProcessorProperty.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 ObjectA processor's metadata.final NumberThe sequence in which processors run.final StringDetermines whether to continue or stop processing when communication with a processor fails.final StringgetName()The name of the processor.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 theCfnChannelFlow.ProcessorProperty.Builder.
-
-
Method Details
-
getConfiguration
Description copied from interface:CfnChannelFlow.ProcessorPropertyA processor's metadata.Returns union: either
IResolvableorCfnChannelFlow.ProcessorConfigurationProperty- Specified by:
getConfigurationin interfaceCfnChannelFlow.ProcessorProperty- See Also:
-
getExecutionOrder
Description copied from interface:CfnChannelFlow.ProcessorPropertyThe sequence in which processors run.- Specified by:
getExecutionOrderin interfaceCfnChannelFlow.ProcessorProperty- See Also:
-
getFallbackAction
Description copied from interface:CfnChannelFlow.ProcessorPropertyDetermines whether to continue or stop processing when communication with a processor fails.- Specified by:
getFallbackActionin interfaceCfnChannelFlow.ProcessorProperty- See Also:
-
getName
Description copied from interface:CfnChannelFlow.ProcessorPropertyThe name of the processor.- Specified by:
getNamein interfaceCfnChannelFlow.ProcessorProperty- See Also:
-
$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()
-