Interface PipelineInfo.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<PipelineInfo.Builder,PipelineInfo>,SdkBuilder<PipelineInfo.Builder,PipelineInfo>,SdkPojo
- Enclosing class:
- PipelineInfo
public static interface PipelineInfo.Builder extends SdkPojo, CopyableBuilder<PipelineInfo.Builder,PipelineInfo>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PipelineInfo.BuilderpipelineConfigurationTimeStamp(String pipelineConfigurationTimeStamp)The time when the pipeline info was configured.PipelineInfo.BuilderpipelineType(String pipelineType)The type of pipeline.PipelineInfo.BuilderpipelineType(PipelineType pipelineType)The type of pipeline.-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
pipelineConfigurationTimeStamp
PipelineInfo.Builder pipelineConfigurationTimeStamp(String pipelineConfigurationTimeStamp)
The time when the pipeline info was configured.
- Parameters:
pipelineConfigurationTimeStamp- The time when the pipeline info was configured.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
pipelineType
PipelineInfo.Builder pipelineType(String pipelineType)
The type of pipeline.
- Parameters:
pipelineType- The type of pipeline.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
PipelineType,PipelineType
-
pipelineType
PipelineInfo.Builder pipelineType(PipelineType pipelineType)
The type of pipeline.
- Parameters:
pipelineType- The type of pipeline.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
PipelineType,PipelineType
-
-