Interface BatchGetStepItem.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<BatchGetStepItem.Builder,,BatchGetStepItem> SdkBuilder<BatchGetStepItem.Builder,,BatchGetStepItem> SdkPojo
- Enclosing class:
BatchGetStepItem
-
Method Summary
Modifier and TypeMethodDescriptionThe date and time the resource was created.The user or system that created this resource.default BatchGetStepItem.BuilderdependencyCounts(Consumer<DependencyCounts.Builder> dependencyCounts) The number of dependencies for the step.dependencyCounts(DependencyCounts dependencyCounts) The number of dependencies for the step.description(String description) The description of the step.The date and time the resource ended running.The farm ID of the step.The job ID of the step.lifecycleStatus(String lifecycleStatus) The life cycle status of the step.lifecycleStatus(StepLifecycleStatus lifecycleStatus) The life cycle status of the step.lifecycleStatusMessage(String lifecycleStatusMessage) A message that communicates the status of the life cycle.The name of the step.default BatchGetStepItem.BuilderparameterSpace(Consumer<ParameterSpace.Builder> parameterSpace) The parameter space for the step.parameterSpace(ParameterSpace parameterSpace) The parameter space for the step.The queue ID of the step.default BatchGetStepItem.BuilderrequiredCapabilities(Consumer<StepRequiredCapabilities.Builder> requiredCapabilities) The required capabilities for the step.requiredCapabilities(StepRequiredCapabilities requiredCapabilities) The required capabilities for the step.The date and time the resource started running.The step ID.targetTaskRunStatus(String targetTaskRunStatus) The task status to start with on the step.targetTaskRunStatus(StepTargetTaskRunStatus targetTaskRunStatus) The task status to start with on the step.taskFailureRetryCount(Integer taskFailureRetryCount) The number of times that tasks failed and were retried.taskRunStatus(String taskRunStatus) The task run status for the step.taskRunStatus(TaskRunStatus taskRunStatus) The task run status for the step.taskRunStatusCounts(Map<TaskRunStatus, Integer> taskRunStatusCounts) The number of tasks for each run status for the step.taskRunStatusCountsWithStrings(Map<String, Integer> taskRunStatusCounts) The number of tasks for each run status for the step.The date and time the resource was updated.The user or system that updated this resource.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
farmId
The farm ID of the step.
- Parameters:
farmId- The farm ID of the step.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
queueId
The queue ID of the step.
- Parameters:
queueId- The queue ID of the step.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
jobId
The job ID of the step.
- Parameters:
jobId- The job ID of the step.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
stepId
The step ID.
- Parameters:
stepId- The step ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
-
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:
-
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:
-
lifecycleStatusMessage
A message that communicates the status of the life cycle.
- Parameters:
lifecycleStatusMessage- A message that communicates the status of the life cycle.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
taskRunStatus
The task run status for the step.
- Parameters:
taskRunStatus- The task run status for the step.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
taskRunStatus
The task run status for the step.
- Parameters:
taskRunStatus- The task run status for the step.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
taskRunStatusCountsWithStrings
The number of tasks for each run status for the step.
- Parameters:
taskRunStatusCounts- The number of tasks for each run status for the step.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
taskRunStatusCounts
The number of tasks for each run status for the step.
- Parameters:
taskRunStatusCounts- The number of tasks for each run status for the step.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
taskFailureRetryCount
The number of times that tasks failed and were retried.
- Parameters:
taskFailureRetryCount- The number of times that tasks failed and were retried.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
targetTaskRunStatus
The task status to start with on the step.
- Parameters:
targetTaskRunStatus- The task status to start with on the step.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
targetTaskRunStatus
The task status to start with on the step.
- Parameters:
targetTaskRunStatus- The task status to start with on the step.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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
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.
-
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
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.
-
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.
-
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.
-
dependencyCounts
The number of dependencies for the step.
- Parameters:
dependencyCounts- The number of dependencies for the step.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dependencyCounts
default BatchGetStepItem.Builder dependencyCounts(Consumer<DependencyCounts.Builder> dependencyCounts) The number of dependencies for 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:
-
requiredCapabilities
The required capabilities for the step.
- Parameters:
requiredCapabilities- The required capabilities for the step.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
requiredCapabilities
default BatchGetStepItem.Builder requiredCapabilities(Consumer<StepRequiredCapabilities.Builder> requiredCapabilities) The required capabilities for 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:
-
parameterSpace
The parameter space for the step.
- Parameters:
parameterSpace- The parameter space for the step.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
parameterSpace
The parameter space 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:
-
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.
-