Interface ReportTaskProgressRequest.Builder
- All Superinterfaces:
 AwsRequest.Builder,Buildable,CopyableBuilder<ReportTaskProgressRequest.Builder,,ReportTaskProgressRequest> DataPipelineRequest.Builder,SdkBuilder<ReportTaskProgressRequest.Builder,,ReportTaskProgressRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
 ReportTaskProgressRequest
public static interface ReportTaskProgressRequest.Builder
extends DataPipelineRequest.Builder, SdkPojo, CopyableBuilder<ReportTaskProgressRequest.Builder,ReportTaskProgressRequest> 
- 
Method Summary
Modifier and TypeMethodDescriptionfields(Collection<Field> fields) Key-value pairs that define the properties of the ReportTaskProgressInput object.fields(Consumer<Field.Builder>... fields) Key-value pairs that define the properties of the ReportTaskProgressInput object.Key-value pairs that define the properties of the ReportTaskProgressInput object.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.The ID of the task assigned to the task runner.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.datapipeline.model.DataPipelineRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
taskId
The ID of the task assigned to the task runner. This value is provided in the response for PollForTask.
- Parameters:
 taskId- The ID of the task assigned to the task runner. This value is provided in the response for PollForTask.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
fields
Key-value pairs that define the properties of the ReportTaskProgressInput object.
- Parameters:
 fields- Key-value pairs that define the properties of the ReportTaskProgressInput object.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
fields
Key-value pairs that define the properties of the ReportTaskProgressInput object.
- Parameters:
 fields- Key-value pairs that define the properties of the ReportTaskProgressInput object.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
fields
Key-value pairs that define the properties of the ReportTaskProgressInput object.
This is a convenience method that creates an instance of theField.Builderavoiding the need to create one manually viaField.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tofields(List<Field>).- Parameters:
 fields- a consumer that will call methods onField.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
overrideConfiguration
ReportTaskProgressRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
 overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
 overrideConfiguration- The override configuration.- Returns:
 - This object for method chaining.
 
 - 
overrideConfiguration
ReportTaskProgressRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
 overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
 builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
 - This object for method chaining.
 
 
 -