Interface GetStepResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetStepResponse.Builder,GetStepResponse>,DeadlineResponse.Builder,SdkBuilder<GetStepResponse.Builder,GetStepResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetStepResponse
public static interface GetStepResponse.Builder extends DeadlineResponse.Builder, SdkPojo, CopyableBuilder<GetStepResponse.Builder,GetStepResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description GetStepResponse.BuildercreatedAt(Instant createdAt)The date and time the resource was created.GetStepResponse.BuildercreatedBy(String createdBy)The user or system that created this resource.default GetStepResponse.BuilderdependencyCounts(Consumer<DependencyCounts.Builder> dependencyCounts)The number of dependencies in the step.GetStepResponse.BuilderdependencyCounts(DependencyCounts dependencyCounts)The number of dependencies in the step.GetStepResponse.Builderdescription(String description)The description of the step.GetStepResponse.BuilderendedAt(Instant endedAt)The date and time the resource ended running.GetStepResponse.BuilderlifecycleStatus(String lifecycleStatus)The life cycle status of the step.GetStepResponse.BuilderlifecycleStatus(StepLifecycleStatus lifecycleStatus)The life cycle status of the step.GetStepResponse.BuilderlifecycleStatusMessage(String lifecycleStatusMessage)A message that describes the lifecycle status of the step.GetStepResponse.Buildername(String name)The name of the step.default GetStepResponse.BuilderparameterSpace(Consumer<ParameterSpace.Builder> parameterSpace)A list of step parameters and the combination expression for the step.GetStepResponse.BuilderparameterSpace(ParameterSpace parameterSpace)A list of step parameters and the combination expression for the step.default GetStepResponse.BuilderrequiredCapabilities(Consumer<StepRequiredCapabilities.Builder> requiredCapabilities)The required capabilities of the step.GetStepResponse.BuilderrequiredCapabilities(StepRequiredCapabilities requiredCapabilities)The required capabilities of the step.GetStepResponse.BuilderstartedAt(Instant startedAt)The date and time the resource started running.GetStepResponse.BuilderstepId(String stepId)The step ID.GetStepResponse.BuildertargetTaskRunStatus(String targetTaskRunStatus)The task status with which the job started.GetStepResponse.BuildertargetTaskRunStatus(StepTargetTaskRunStatus targetTaskRunStatus)The task status with which the job started.GetStepResponse.BuildertaskRunStatus(String taskRunStatus)The task run status for the job.GetStepResponse.BuildertaskRunStatus(TaskRunStatus taskRunStatus)The task run status for the job.GetStepResponse.BuildertaskRunStatusCounts(Map<TaskRunStatus,Integer> taskRunStatusCounts)The number of tasks running on the job.GetStepResponse.BuildertaskRunStatusCountsWithStrings(Map<String,Integer> taskRunStatusCounts)The number of tasks running on the job.GetStepResponse.BuilderupdatedAt(Instant updatedAt)The date and time the resource was updated.GetStepResponse.BuilderupdatedBy(String updatedBy)The user or system that updated this resource.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.deadline.model.DeadlineResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
createdAt
GetStepResponse.Builder createdAt(Instant createdAt)
The date and time the resource was created.
- Parameters:
createdAt- The date and time the resource was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdBy
GetStepResponse.Builder createdBy(String createdBy)
The user or system that created this resource.
- Parameters:
createdBy- The user or system that created this resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dependencyCounts
GetStepResponse.Builder dependencyCounts(DependencyCounts dependencyCounts)
The number of dependencies in the step.
- Parameters:
dependencyCounts- The number of dependencies in the step.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dependencyCounts
default GetStepResponse.Builder dependencyCounts(Consumer<DependencyCounts.Builder> dependencyCounts)
The number of dependencies in the step.
This is a convenience method that creates an instance of theDependencyCounts.Builderavoiding the need to create one manually viaDependencyCounts.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed todependencyCounts(DependencyCounts).- Parameters:
dependencyCounts- a consumer that will call methods onDependencyCounts.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
dependencyCounts(DependencyCounts)
-
description
GetStepResponse.Builder description(String description)
The description of the step.
- Parameters:
description- The description of the step.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
endedAt
GetStepResponse.Builder endedAt(Instant endedAt)
The date and time the resource ended running.
- Parameters:
endedAt- The date and time the resource ended running.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lifecycleStatus
GetStepResponse.Builder lifecycleStatus(String lifecycleStatus)
The life cycle status of the step.
- Parameters:
lifecycleStatus- The life cycle status of the step.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
StepLifecycleStatus,StepLifecycleStatus
-
lifecycleStatus
GetStepResponse.Builder lifecycleStatus(StepLifecycleStatus lifecycleStatus)
The life cycle status of the step.
- Parameters:
lifecycleStatus- The life cycle status of the step.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
StepLifecycleStatus,StepLifecycleStatus
-
lifecycleStatusMessage
GetStepResponse.Builder lifecycleStatusMessage(String lifecycleStatusMessage)
A message that describes the lifecycle status of the step.
- Parameters:
lifecycleStatusMessage- A message that describes the lifecycle status of the step.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
GetStepResponse.Builder name(String name)
The name of the step.
- Parameters:
name- The name of the step.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
parameterSpace
GetStepResponse.Builder parameterSpace(ParameterSpace parameterSpace)
A list of step parameters and the combination expression for the step.
- Parameters:
parameterSpace- A list of step parameters and the combination expression for the step.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
parameterSpace
default GetStepResponse.Builder parameterSpace(Consumer<ParameterSpace.Builder> parameterSpace)
A list of step parameters and the combination expression for the step.
This is a convenience method that creates an instance of theParameterSpace.Builderavoiding the need to create one manually viaParameterSpace.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toparameterSpace(ParameterSpace).- Parameters:
parameterSpace- a consumer that will call methods onParameterSpace.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
parameterSpace(ParameterSpace)
-
requiredCapabilities
GetStepResponse.Builder requiredCapabilities(StepRequiredCapabilities requiredCapabilities)
The required capabilities of the step.
- Parameters:
requiredCapabilities- The required capabilities of the step.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
requiredCapabilities
default GetStepResponse.Builder requiredCapabilities(Consumer<StepRequiredCapabilities.Builder> requiredCapabilities)
The required capabilities of the step.
This is a convenience method that creates an instance of theStepRequiredCapabilities.Builderavoiding the need to create one manually viaStepRequiredCapabilities.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed torequiredCapabilities(StepRequiredCapabilities).- Parameters:
requiredCapabilities- a consumer that will call methods onStepRequiredCapabilities.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
requiredCapabilities(StepRequiredCapabilities)
-
startedAt
GetStepResponse.Builder startedAt(Instant startedAt)
The date and time the resource started running.
- Parameters:
startedAt- The date and time the resource started running.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
stepId
GetStepResponse.Builder stepId(String stepId)
The step ID.
- Parameters:
stepId- The step ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
targetTaskRunStatus
GetStepResponse.Builder targetTaskRunStatus(String targetTaskRunStatus)
The task status with which the job started.
- Parameters:
targetTaskRunStatus- The task status with which the job started.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
StepTargetTaskRunStatus,StepTargetTaskRunStatus
-
targetTaskRunStatus
GetStepResponse.Builder targetTaskRunStatus(StepTargetTaskRunStatus targetTaskRunStatus)
The task status with which the job started.
- Parameters:
targetTaskRunStatus- The task status with which the job started.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
StepTargetTaskRunStatus,StepTargetTaskRunStatus
-
taskRunStatus
GetStepResponse.Builder taskRunStatus(String taskRunStatus)
The task run status for the job.
- Parameters:
taskRunStatus- The task run status for the job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
TaskRunStatus,TaskRunStatus
-
taskRunStatus
GetStepResponse.Builder taskRunStatus(TaskRunStatus taskRunStatus)
The task run status for the job.
- Parameters:
taskRunStatus- The task run status for the job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
TaskRunStatus,TaskRunStatus
-
taskRunStatusCountsWithStrings
GetStepResponse.Builder taskRunStatusCountsWithStrings(Map<String,Integer> taskRunStatusCounts)
The number of tasks running on the job.
- Parameters:
taskRunStatusCounts- The number of tasks running on the job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
taskRunStatusCounts
GetStepResponse.Builder taskRunStatusCounts(Map<TaskRunStatus,Integer> taskRunStatusCounts)
The number of tasks running on the job.
- Parameters:
taskRunStatusCounts- The number of tasks running on the job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updatedAt
GetStepResponse.Builder updatedAt(Instant updatedAt)
The date and time the resource was updated.
- Parameters:
updatedAt- The date and time the resource was updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updatedBy
GetStepResponse.Builder updatedBy(String updatedBy)
The user or system that updated this resource.
- Parameters:
updatedBy- The user or system that updated this resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-