Class ResultWriterV2Props.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.stepfunctions.ResultWriterV2Props.Jsii$Proxy
- All Implemented Interfaces:
ResultWriterV2Props,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
ResultWriterV2Props
@Stability(Stable)
@Internal
public static final class ResultWriterV2Props.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements ResultWriterV2Props
An implementation for
ResultWriterV2Props-
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.stepfunctions.ResultWriterV2Props
ResultWriterV2Props.Builder, ResultWriterV2Props.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(ResultWriterV2Props.Builder builder) Constructor that initializes the object based on literal property values passed by theResultWriterV2Props.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 IBucketS3 Bucket in which to save Map Run results.final StringS3 bucket name in which to save Map Run results, as JsonPath.final StringS3 prefix in which to save Map Run results.final WriterConfigConfiguration to format the output of the Child Workflow executions.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 theResultWriterV2Props.Builder.
-
-
Method Details
-
getBucket
Description copied from interface:ResultWriterV2PropsS3 Bucket in which to save Map Run results.Default: - specify a bucket
- Specified by:
getBucketin interfaceResultWriterV2Props
-
getBucketNamePath
Description copied from interface:ResultWriterV2PropsS3 bucket name in which to save Map Run results, as JsonPath.Default: - no bucket path
- Specified by:
getBucketNamePathin interfaceResultWriterV2Props
-
getPrefix
Description copied from interface:ResultWriterV2PropsS3 prefix in which to save Map Run results.Default: - No prefix
- Specified by:
getPrefixin interfaceResultWriterV2Props
-
getWriterConfig
Description copied from interface:ResultWriterV2PropsConfiguration to format the output of the Child Workflow executions.Default: - Specify both Transformation and OutputType
- Specified by:
getWriterConfigin interfaceResultWriterV2Props
-
$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()
-