public static final class S3ToStepFunctionProps.Builder extends Object implements software.amazon.jsii.Builder<S3ToStepFunctionProps>
S3ToStepFunctionProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
S3ToStepFunctionProps.Builder |
bucketProps(software.amazon.awscdk.services.s3.BucketProps bucketProps)
Sets the value of
S3ToStepFunctionProps.getBucketProps() |
S3ToStepFunctionProps |
build()
Builds the configured instance.
|
S3ToStepFunctionProps.Builder |
deployCloudTrail(Boolean deployCloudTrail)
Sets the value of
S3ToStepFunctionProps.getDeployCloudTrail() |
S3ToStepFunctionProps.Builder |
eventRuleProps(software.amazon.awscdk.services.events.RuleProps eventRuleProps)
Sets the value of
S3ToStepFunctionProps.getEventRuleProps() |
S3ToStepFunctionProps.Builder |
existingBucketObj(software.amazon.awscdk.services.s3.IBucket existingBucketObj)
Sets the value of
S3ToStepFunctionProps.getExistingBucketObj() |
S3ToStepFunctionProps.Builder |
stateMachineProps(software.amazon.awscdk.services.stepfunctions.StateMachineProps stateMachineProps)
Sets the value of
S3ToStepFunctionProps.getStateMachineProps() |
public S3ToStepFunctionProps.Builder stateMachineProps(software.amazon.awscdk.services.stepfunctions.StateMachineProps stateMachineProps)
S3ToStepFunctionProps.getStateMachineProps()stateMachineProps - User provided StateMachineProps to override the defaults. This parameter is required.thispublic S3ToStepFunctionProps.Builder bucketProps(software.amazon.awscdk.services.s3.BucketProps bucketProps)
S3ToStepFunctionProps.getBucketProps()bucketProps - User provided props to override the default props for the S3 Bucket.thispublic S3ToStepFunctionProps.Builder deployCloudTrail(Boolean deployCloudTrail)
S3ToStepFunctionProps.getDeployCloudTrail()deployCloudTrail - Whether to deploy a Trail in AWS CloudTrail to log API events in Amazon S3.thispublic S3ToStepFunctionProps.Builder eventRuleProps(software.amazon.awscdk.services.events.RuleProps eventRuleProps)
S3ToStepFunctionProps.getEventRuleProps()eventRuleProps - User provided eventRuleProps to override the defaults.thispublic S3ToStepFunctionProps.Builder existingBucketObj(software.amazon.awscdk.services.s3.IBucket existingBucketObj)
S3ToStepFunctionProps.getExistingBucketObj()existingBucketObj - Existing instance of S3 Bucket object, if this is set then the bucketProps is ignored.thispublic S3ToStepFunctionProps build()
build in interface software.amazon.jsii.Builder<S3ToStepFunctionProps>S3ToStepFunctionPropsNullPointerException - if any required attribute was not providedCopyright © 2020. All rights reserved.