CopyableBuilder<PipelineObject.Builder,PipelineObject>
, SdkBuilder<PipelineObject.Builder,PipelineObject>
public static interface PipelineObject.Builder extends CopyableBuilder<PipelineObject.Builder,PipelineObject>
Modifier and Type | Method | 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.
NOTE: This method appends the values to the existing list (if any). Use
#setFields(java.util.Collection)
or #withFields(java.util.Collection)
if you want to override
the existing values.
fields
- Key-value pairs that define the properties of the object.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.