Interface PipelineBlueprint.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<PipelineBlueprint.Builder,PipelineBlueprint>,SdkBuilder<PipelineBlueprint.Builder,PipelineBlueprint>,SdkPojo
- Enclosing class:
- PipelineBlueprint
public static interface PipelineBlueprint.Builder extends SdkPojo, CopyableBuilder<PipelineBlueprint.Builder,PipelineBlueprint>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PipelineBlueprint.BuilderblueprintName(String blueprintName)The name of the blueprint.PipelineBlueprint.BuilderpipelineConfigurationBody(String pipelineConfigurationBody)The YAML configuration of the blueprint.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
blueprintName
PipelineBlueprint.Builder blueprintName(String blueprintName)
The name of the blueprint.
- Parameters:
blueprintName- The name of the blueprint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
pipelineConfigurationBody
PipelineBlueprint.Builder pipelineConfigurationBody(String pipelineConfigurationBody)
The YAML configuration of the blueprint.
- Parameters:
pipelineConfigurationBody- The YAML configuration of the blueprint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-