public static final class CfnFlow.ErrorHandlingConfigProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnFlow.ErrorHandlingConfigProperty
CfnFlow.ErrorHandlingConfigProperty
CfnFlow.ErrorHandlingConfigProperty.Builder, CfnFlow.ErrorHandlingConfigProperty.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getBucketName()
Specifies the name of the Amazon S3 bucket.
|
java.lang.String |
getBucketPrefix()
Specifies the Amazon S3 bucket prefix.
|
java.lang.Object |
getFailOnFirstError()
Specifies if the flow should fail after the first instance of a failure when attempting to place data in the destination.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.String getBucketName()
CfnFlow.ErrorHandlingConfigProperty
getBucketName
in interface CfnFlow.ErrorHandlingConfigProperty
public final java.lang.String getBucketPrefix()
CfnFlow.ErrorHandlingConfigProperty
getBucketPrefix
in interface CfnFlow.ErrorHandlingConfigProperty
public final java.lang.Object getFailOnFirstError()
CfnFlow.ErrorHandlingConfigProperty
getFailOnFirstError
in interface CfnFlow.ErrorHandlingConfigProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()