Interface GetTaskRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<GetTaskRequest.Builder,
,GetTaskRequest> DeadlineRequest.Builder
,SdkBuilder<GetTaskRequest.Builder,
,GetTaskRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
GetTaskRequest
@Mutable
@NotThreadSafe
public static interface GetTaskRequest.Builder
extends DeadlineRequest.Builder, SdkPojo, CopyableBuilder<GetTaskRequest.Builder,GetTaskRequest>
-
Method Summary
Modifier and TypeMethodDescriptionThe farm ID of the farm connected to the task.The job ID of the job connected to the task.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.The queue ID for the queue connected to the task.The step ID for the step connected to the task.The task ID.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.deadline.model.DeadlineRequest.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 Details
-
farmId
The farm ID of the farm connected to the task.
- Parameters:
farmId
- The farm ID of the farm connected to the task.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
queueId
The queue ID for the queue connected to the task.
- Parameters:
queueId
- The queue ID for the queue connected to the task.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
jobId
The job ID of the job connected to the task.
- Parameters:
jobId
- The job ID of the job connected to the task.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
stepId
The step ID for the step connected to the task.
- Parameters:
stepId
- The step ID for the step connected to the task.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
taskId
The task ID.
- Parameters:
taskId
- The task ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
GetTaskRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-