Class CfnWorkflowPropsMixin.S3LocationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.mwaaserverless.CfnWorkflowPropsMixin.S3LocationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnWorkflowPropsMixin.S3LocationProperty>
- Enclosing interface:
CfnWorkflowPropsMixin.S3LocationProperty
@Stability(Stable)
public static final class CfnWorkflowPropsMixin.S3LocationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnWorkflowPropsMixin.S3LocationProperty>
A builder for
CfnWorkflowPropsMixin.S3LocationProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSets the value ofCfnWorkflowPropsMixin.S3LocationProperty.getBucket()build()Builds the configured instance.Sets the value ofCfnWorkflowPropsMixin.S3LocationProperty.getObjectKey()Sets the value ofCfnWorkflowPropsMixin.S3LocationProperty.getVersionId()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
bucket
Sets the value ofCfnWorkflowPropsMixin.S3LocationProperty.getBucket()- Parameters:
bucket- the value to be set.- Returns:
this
-
objectKey
@Stability(Stable) public CfnWorkflowPropsMixin.S3LocationProperty.Builder objectKey(String objectKey) Sets the value ofCfnWorkflowPropsMixin.S3LocationProperty.getObjectKey()- Parameters:
objectKey- the value to be set.- Returns:
this
-
versionId
@Stability(Stable) public CfnWorkflowPropsMixin.S3LocationProperty.Builder versionId(String versionId) Sets the value ofCfnWorkflowPropsMixin.S3LocationProperty.getVersionId()- Parameters:
versionId- the value to be set.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnWorkflowPropsMixin.S3LocationProperty>- Returns:
- a new instance of
CfnWorkflowPropsMixin.S3LocationProperty - Throws:
NullPointerException- if any required attribute was not provided
-