Interface PipelineInfo.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<PipelineInfo.Builder,
,PipelineInfo> SdkBuilder<PipelineInfo.Builder,
,PipelineInfo> SdkPojo
- Enclosing class:
PipelineInfo
@Mutable
@NotThreadSafe
public static interface PipelineInfo.Builder
extends SdkPojo, CopyableBuilder<PipelineInfo.Builder,PipelineInfo>
-
Method Summary
Modifier and TypeMethodDescriptionpipelineConfigurationTimeStamp
(String pipelineConfigurationTimeStamp) The time when the pipeline info was configured.pipelineType
(String pipelineType) The type of pipeline.pipelineType
(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 Details
-
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
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
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:
-