Interface PipelineVariableDeclaration.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<PipelineVariableDeclaration.Builder,
,PipelineVariableDeclaration> SdkBuilder<PipelineVariableDeclaration.Builder,
,PipelineVariableDeclaration> SdkPojo
- Enclosing class:
PipelineVariableDeclaration
public static interface PipelineVariableDeclaration.Builder
extends SdkPojo, CopyableBuilder<PipelineVariableDeclaration.Builder,PipelineVariableDeclaration>
-
Method Summary
Modifier and TypeMethodDescriptiondefaultValue
(String defaultValue) The value of a pipeline-level variable.description
(String description) The description of a pipeline-level variable.The name of a pipeline-level variable.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 Details
-
name
The name of a pipeline-level variable.
- Parameters:
name
- The name of a pipeline-level variable.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
defaultValue
The value of a pipeline-level variable.
- Parameters:
defaultValue
- The value of a pipeline-level variable.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
The description of a pipeline-level variable. It's used to add additional context about the variable, and not being used at time when pipeline executes.
- Parameters:
description
- The description of a pipeline-level variable. It's used to add additional context about the variable, and not being used at time when pipeline executes.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-