CopyableBuilder<ReportTaskProgressRequest.Builder,ReportTaskProgressRequest>
, SdkBuilder<ReportTaskProgressRequest.Builder,ReportTaskProgressRequest>
public static interface ReportTaskProgressRequest.Builder extends CopyableBuilder<ReportTaskProgressRequest.Builder,ReportTaskProgressRequest>
Modifier and Type | Method | Description |
---|---|---|
ReportTaskProgressRequest.Builder |
fields(Collection<Field> fields) |
Key-value pairs that define the properties of the ReportTaskProgressInput object.
|
ReportTaskProgressRequest.Builder |
fields(Field... fields) |
Key-value pairs that define the properties of the ReportTaskProgressInput object.
|
ReportTaskProgressRequest.Builder |
taskId(String taskId) |
The ID of the task assigned to the task runner.
|
copy
apply, build
ReportTaskProgressRequest.Builder taskId(String taskId)
The ID of the task assigned to the task runner. This value is provided in the response for PollForTask.
taskId
- The ID of the task assigned to the task runner. This value is provided in the response for
PollForTask.ReportTaskProgressRequest.Builder fields(Collection<Field> fields)
Key-value pairs that define the properties of the ReportTaskProgressInput object.
fields
- Key-value pairs that define the properties of the ReportTaskProgressInput object.ReportTaskProgressRequest.Builder fields(Field... fields)
Key-value pairs that define the properties of the ReportTaskProgressInput 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 ReportTaskProgressInput object.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.