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(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 |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
ReportTaskProgressRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
ReportTaskProgressRequest.Builder |
taskId(String taskId)
The ID of the task assigned to the task runner.
|
buildrequestOverrideConfigcopyapply, 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 requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.ReportTaskProgressRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.