Interface UpdateStepRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateStepRequest.Builder,UpdateStepRequest>,DeadlineRequest.Builder,SdkBuilder<UpdateStepRequest.Builder,UpdateStepRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateStepRequest
public static interface UpdateStepRequest.Builder extends DeadlineRequest.Builder, SdkPojo, CopyableBuilder<UpdateStepRequest.Builder,UpdateStepRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateStepRequest.BuilderclientToken(String clientToken)The unique token which the server uses to recognize retries of the same request.UpdateStepRequest.BuilderfarmId(String farmId)The farm ID to update.UpdateStepRequest.BuilderjobId(String jobId)The job ID to update.UpdateStepRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateStepRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateStepRequest.BuilderqueueId(String queueId)The queue ID to update.UpdateStepRequest.BuilderstepId(String stepId)The step ID to update.UpdateStepRequest.BuildertargetTaskRunStatus(String targetTaskRunStatus)The task status to update the step's tasks to.UpdateStepRequest.BuildertargetTaskRunStatus(StepTargetTaskRunStatus targetTaskRunStatus)The task status to update the step's tasks to.-
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, sdkFields
-
-
-
-
Method Detail
-
clientToken
UpdateStepRequest.Builder clientToken(String clientToken)
The unique token which the server uses to recognize retries of the same request.
- Parameters:
clientToken- The unique token which the server uses to recognize retries of the same request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
farmId
UpdateStepRequest.Builder farmId(String farmId)
The farm ID to update.
- Parameters:
farmId- The farm ID to update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
jobId
UpdateStepRequest.Builder jobId(String jobId)
The job ID to update.
- Parameters:
jobId- The job ID to update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
queueId
UpdateStepRequest.Builder queueId(String queueId)
The queue ID to update.
- Parameters:
queueId- The queue ID to update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
stepId
UpdateStepRequest.Builder stepId(String stepId)
The step ID to update.
- Parameters:
stepId- The step ID to update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
targetTaskRunStatus
UpdateStepRequest.Builder targetTaskRunStatus(String targetTaskRunStatus)
The task status to update the step's tasks to.
- Parameters:
targetTaskRunStatus- The task status to update the step's tasks to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
StepTargetTaskRunStatus,StepTargetTaskRunStatus
-
targetTaskRunStatus
UpdateStepRequest.Builder targetTaskRunStatus(StepTargetTaskRunStatus targetTaskRunStatus)
The task status to update the step's tasks to.
- Parameters:
targetTaskRunStatus- The task status to update the step's tasks to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
StepTargetTaskRunStatus,StepTargetTaskRunStatus
-
overrideConfiguration
UpdateStepRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateStepRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-