| Package | Description |
|---|---|
| software.amazon.awssdk.services.datapipeline.model |
| Modifier and Type | Method and Description |
|---|---|
List<Field> |
PipelineDescription.fields()
A list of read-only fields that contain metadata about the pipeline: @userId, @accountId, and @pipelineState.
|
List<Field> |
PipelineObject.fields()
Key-value pairs that define the properties of the object.
|
List<Field> |
ReportTaskProgressRequest.fields()
Key-value pairs that define the properties of the ReportTaskProgressInput object.
|
| Modifier and Type | Method and Description |
|---|---|
PipelineDescription.Builder |
PipelineDescription.Builder.fields(Field... fields)
A list of read-only fields that contain metadata about the pipeline: @userId, @accountId, and @pipelineState.
|
PipelineObject.Builder |
PipelineObject.Builder.fields(Field... fields)
Key-value pairs that define the properties of the object.
|
ReportTaskProgressRequest.Builder |
ReportTaskProgressRequest.Builder.fields(Field... fields)
Key-value pairs that define the properties of the ReportTaskProgressInput object.
|
| Modifier and Type | Method and Description |
|---|---|
PipelineDescription.Builder |
PipelineDescription.Builder.fields(Collection<Field> fields)
A list of read-only fields that contain metadata about the pipeline: @userId, @accountId, and @pipelineState.
|
PipelineObject.Builder |
PipelineObject.Builder.fields(Collection<Field> fields)
Key-value pairs that define the properties of the object.
|
ReportTaskProgressRequest.Builder |
ReportTaskProgressRequest.Builder.fields(Collection<Field> fields)
Key-value pairs that define the properties of the ReportTaskProgressInput object.
|
Copyright © 2023. All rights reserved.