Interface BatchGetStepIdentifier.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<BatchGetStepIdentifier.Builder,,BatchGetStepIdentifier> SdkBuilder<BatchGetStepIdentifier.Builder,,BatchGetStepIdentifier> SdkPojo
- Enclosing class:
BatchGetStepIdentifier
@Mutable
@NotThreadSafe
public static interface BatchGetStepIdentifier.Builder
extends SdkPojo, CopyableBuilder<BatchGetStepIdentifier.Builder,BatchGetStepIdentifier>
-
Method Summary
Modifier and TypeMethodDescriptionThe farm ID of the step.The job ID of the step.The queue ID of the step.The step ID.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.
-