public static interface ReportTaskProgressRequest.Builder extends DataPipelineRequest.Builder, SdkPojo, 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(Consumer<Field.Builder>... 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 | 
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration. 
 | 
ReportTaskProgressRequest.Builder | 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration. 
 | 
ReportTaskProgressRequest.Builder | 
taskId(String taskId)
 The ID of the task assigned to the task runner. 
 | 
buildoverrideConfigurationcopyapplyMutation, buildReportTaskProgressRequest.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 fields(Consumer<Field.Builder>... fields)
Key-value pairs that define the properties of the ReportTaskProgressInput object.
This is a convenience that creates an instance of theList.Builder  avoiding the need to create
 one manually via List#builder() .
 When the Consumer completes, List.Builder#build()  is called immediately and its result
 is passed to #fields(List) .fields - a consumer that will call methods on List.Builder #fields(List) ReportTaskProgressRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.ReportTaskProgressRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
 given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.