public static final class S3ToStepFunction.Builder extends Object implements software.amazon.jsii.Builder<S3ToStepFunction>
S3ToStepFunction.| Modifier and Type | Method and Description |
|---|---|
S3ToStepFunction.Builder |
bucketProps(software.amazon.awscdk.services.s3.BucketProps bucketProps)
Optional user provided props to override the default props.
|
S3ToStepFunction |
build() |
static S3ToStepFunction.Builder |
create(software.amazon.awscdk.core.Construct scope,
String id) |
S3ToStepFunction.Builder |
deployBucket(Boolean deployBucket)
Whether to create a S3 Bucket or use an existing S3 Bucket.
|
S3ToStepFunction.Builder |
deployCloudTrail(Boolean deployCloudTrail)
Whether to deploy a Trail in AWS CloudTrail to log API events in Amazon S3.
|
S3ToStepFunction.Builder |
eventRuleProps(software.amazon.awscdk.services.events.RuleProps eventRuleProps)
User provided eventRuleProps to override the defaults.
|
S3ToStepFunction.Builder |
existingBucketObj(software.amazon.awscdk.services.s3.Bucket existingBucketObj)
Existing instance of S3 Bucket object.
|
S3ToStepFunction.Builder |
stateMachineProps(software.amazon.awscdk.services.stepfunctions.StateMachineProps stateMachineProps)
User provided StateMachineProps to override the defaults.
|
public static S3ToStepFunction.Builder create(software.amazon.awscdk.core.Construct scope, String id)
scope - - represents the scope for all the resources. This parameter is required.id - - this is a a scope-unique id. This parameter is required.S3ToStepFunction.Builder.public S3ToStepFunction.Builder stateMachineProps(software.amazon.awscdk.services.stepfunctions.StateMachineProps stateMachineProps)
Default: - None
stateMachineProps - User provided StateMachineProps to override the defaults. This parameter is required.thispublic S3ToStepFunction.Builder bucketProps(software.amazon.awscdk.services.s3.BucketProps bucketProps)
If deploy is set to true only then this property is required
Default: - Default props are used
bucketProps - Optional user provided props to override the default props. This parameter is required.thispublic S3ToStepFunction.Builder deployBucket(Boolean deployBucket)
If set to false, you must provide S3 Bucket as existingBucketObj
Default: - true
deployBucket - Whether to create a S3 Bucket or use an existing S3 Bucket. This parameter is required.thispublic S3ToStepFunction.Builder deployCloudTrail(Boolean deployCloudTrail)
Default: - true
deployCloudTrail - Whether to deploy a Trail in AWS CloudTrail to log API events in Amazon S3. This parameter is required.thispublic S3ToStepFunction.Builder eventRuleProps(software.amazon.awscdk.services.events.RuleProps eventRuleProps)
Default: - None
eventRuleProps - User provided eventRuleProps to override the defaults. This parameter is required.thispublic S3ToStepFunction.Builder existingBucketObj(software.amazon.awscdk.services.s3.Bucket existingBucketObj)
If deployBucket is set to false only then this property is required
Default: - None
existingBucketObj - Existing instance of S3 Bucket object. This parameter is required.thispublic S3ToStepFunction build()
build in interface software.amazon.jsii.Builder<S3ToStepFunction>Copyright © 2020. All rights reserved.