Interface ReportTaskProgressRequest.Builder
- All Superinterfaces:
- AwsRequest.Builder,- Buildable,- CopyableBuilder<ReportTaskProgressRequest.Builder,,- ReportTaskProgressRequest> - DataPipelineRequest.Builder,- SdkBuilder<ReportTaskProgressRequest.Builder,,- ReportTaskProgressRequest> - SdkPojo,- SdkRequest.Builder
- Enclosing class:
- ReportTaskProgressRequest
@Mutable
@NotThreadSafe
public static interface ReportTaskProgressRequest.Builder
extends DataPipelineRequest.Builder, SdkPojo, CopyableBuilder<ReportTaskProgressRequest.Builder,ReportTaskProgressRequest> 
- 
Method SummaryModifier 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.BuilderoverrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.datapipeline.model.DataPipelineRequest.BuilderbuildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
taskIdThe 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.
 
- 
fieldsKey-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.
 
- 
fieldsKey-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.
 
- 
fieldsKey-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 on- Field.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
overrideConfigurationReportTaskProgressRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- overrideConfiguration- The override configuration.
- Returns:
- This object for method chaining.
 
- 
overrideConfigurationReportTaskProgressRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- builderConsumer- A- Consumerto which an empty- AwsRequestOverrideConfiguration.Builderwill be given.
- Returns:
- This object for method chaining.
 
 
-