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