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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ReportTaskProgressRequest.Builderfields(Collection<Field> fields)Key-value pairs that define the properties of the ReportTaskProgressInput object.ReportTaskProgressRequest.Builderfields(Consumer<Field.Builder>... fields)Key-value pairs that define the properties of the ReportTaskProgressInput object.ReportTaskProgressRequest.Builderfields(Field... fields)Key-value pairs that define the properties of the ReportTaskProgressInput object.ReportTaskProgressRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ReportTaskProgressRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ReportTaskProgressRequest.BuildertaskId(String taskId)The ID of the task assigned to the task runner.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.datapipeline.model.DataPipelineRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
taskId
ReportTaskProgressRequest.Builder taskId(String 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
ReportTaskProgressRequest.Builder fields(Collection<Field> 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
ReportTaskProgressRequest.Builder fields(Field... 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
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.Builderavoiding the need to create one manually viaField.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#fields(List.) - 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:
#fields(java.util.Collection)
-
overrideConfiguration
ReportTaskProgressRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ReportTaskProgressRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-