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