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