Interface PipelineIdName.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<PipelineIdName.Builder,PipelineIdName>,SdkBuilder<PipelineIdName.Builder,PipelineIdName>,SdkPojo
- Enclosing class:
- PipelineIdName
public static interface PipelineIdName.Builder extends SdkPojo, CopyableBuilder<PipelineIdName.Builder,PipelineIdName>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PipelineIdName.Builderid(String id)The ID of the pipeline that was assigned by AWS Data Pipeline.PipelineIdName.Buildername(String name)The name of the 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, sdkFields
-
-
-
-
Method Detail
-
id
PipelineIdName.Builder id(String id)
The ID of the pipeline that was assigned by AWS Data Pipeline. This is a string of the form
df-297EG78HU43EEXAMPLE.- Parameters:
id- The ID of the pipeline that was assigned by AWS Data Pipeline. This is a string of the formdf-297EG78HU43EEXAMPLE.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
PipelineIdName.Builder name(String name)
The name of the pipeline.
- Parameters:
name- The name of the pipeline.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-