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