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