Interface ListSessionActionsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListSessionActionsRequest.Builder,ListSessionActionsRequest>,DeadlineRequest.Builder,SdkBuilder<ListSessionActionsRequest.Builder,ListSessionActionsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListSessionActionsRequest
public static interface ListSessionActionsRequest.Builder extends DeadlineRequest.Builder, SdkPojo, CopyableBuilder<ListSessionActionsRequest.Builder,ListSessionActionsRequest>
-
-
Method Summary
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.deadline.model.DeadlineRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
farmId
ListSessionActionsRequest.Builder farmId(String farmId)
The farm ID for the session actions list.
- Parameters:
farmId- The farm ID for the session actions list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
jobId
ListSessionActionsRequest.Builder jobId(String jobId)
The job ID for the session actions list.
- Parameters:
jobId- The job ID for the session actions list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListSessionActionsRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return. Use this parameter with
NextTokento get results as a set of sequential pages.- Parameters:
maxResults- The maximum number of results to return. Use this parameter withNextTokento get results as a set of sequential pages.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListSessionActionsRequest.Builder nextToken(String nextToken)
The token for the next set of results, or
nullto start from the beginning.- Parameters:
nextToken- The token for the next set of results, ornullto start from the beginning.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
queueId
ListSessionActionsRequest.Builder queueId(String queueId)
The queue ID for the session actions list.
- Parameters:
queueId- The queue ID for the session actions list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sessionId
ListSessionActionsRequest.Builder sessionId(String sessionId)
The session ID to include on the sessions action list.
- Parameters:
sessionId- The session ID to include on the sessions action list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
taskId
ListSessionActionsRequest.Builder taskId(String taskId)
The task ID for the session actions list.
- Parameters:
taskId- The task ID for the session actions list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListSessionActionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListSessionActionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-