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) |
ReportTaskProgressRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ReportTaskProgressRequest.Builder |
taskId(String taskId)
The ID of the task assigned to the task runner.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, 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 method that creates an instance of theField.Builder avoiding the need to create one
manually via Field.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #fields(List.
fields - a consumer that will call methods on
Field.Builder#fields(java.util.Collection) ReportTaskProgressRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderReportTaskProgressRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.