Class CfnPipelineBlueprintProps.Builder
java.lang.Object
software.amazon.awscdk.services.osis.CfnPipelineBlueprintProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnPipelineBlueprintProps>
- Enclosing interface:
CfnPipelineBlueprintProps
@Stability(Stable)
public static final class CfnPipelineBlueprintProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnPipelineBlueprintProps>
A builder for
CfnPipelineBlueprintProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionblueprintName(String blueprintName) Sets the value ofCfnPipelineBlueprintProps.getBlueprintName()build()Builds the configured instance.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
blueprintName
Sets the value ofCfnPipelineBlueprintProps.getBlueprintName()- Parameters:
blueprintName- The name of the blueprint.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnPipelineBlueprintProps>- Returns:
- a new instance of
CfnPipelineBlueprintProps - Throws:
NullPointerException- if any required attribute was not provided
-