Interface BatchGetJobIdentifier.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<BatchGetJobIdentifier.Builder,,BatchGetJobIdentifier> SdkBuilder<BatchGetJobIdentifier.Builder,,BatchGetJobIdentifier> SdkPojo
- Enclosing class:
BatchGetJobIdentifier
@Mutable
@NotThreadSafe
public static interface BatchGetJobIdentifier.Builder
extends SdkPojo, CopyableBuilder<BatchGetJobIdentifier.Builder,BatchGetJobIdentifier>
-
Method Summary
Modifier and TypeMethodDescriptionThe farm ID of the job.The job ID.The queue ID of the job.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 job.
- Parameters:
farmId- The farm ID of the job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
queueId
The queue ID of the job.
- Parameters:
queueId- The queue ID of the job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
jobId
The job ID.
- Parameters:
jobId- The job ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-