public static interface PipelineObject.Builder extends CopyableBuilder<PipelineObject.Builder,PipelineObject>
Modifier and Type | Method and Description |
---|---|
PipelineObject.Builder |
fields(Collection<Field> fields)
Key-value pairs that define the properties of the object.
|
PipelineObject.Builder |
fields(Field... fields)
Key-value pairs that define the properties of the object.
|
PipelineObject.Builder |
id(String id)
The ID of the object.
|
PipelineObject.Builder |
name(String name)
The name of the object.
|
copy
apply, build
PipelineObject.Builder id(String id)
The ID of the object.
id
- The ID of the object.PipelineObject.Builder name(String name)
The name of the object.
name
- The name of the object.PipelineObject.Builder fields(Collection<Field> fields)
Key-value pairs that define the properties of the object.
fields
- Key-value pairs that define the properties of the object.PipelineObject.Builder fields(Field... fields)
Key-value pairs that define the properties of the object.
fields
- Key-value pairs that define the properties of the object.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.