public static interface ReportTaskProgressRequest.Builder extends DataPipelineRequest.Builder, CopyableBuilder<ReportTaskProgressRequest.Builder,ReportTaskProgressRequest>
Modifier and Type | Method and 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 |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
ReportTaskProgressRequest.Builder |
taskId(String taskId)
The ID of the task assigned to the task runner.
|
build
requestOverrideConfig, requestOverrideConfig
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.
fields
- Key-value pairs that define the properties of the ReportTaskProgressInput object.ReportTaskProgressRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.