Interface ListSessionsForWorkerRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListSessionsForWorkerRequest.Builder,ListSessionsForWorkerRequest>,DeadlineRequest.Builder,SdkBuilder<ListSessionsForWorkerRequest.Builder,ListSessionsForWorkerRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListSessionsForWorkerRequest
public static interface ListSessionsForWorkerRequest.Builder extends DeadlineRequest.Builder, SdkPojo, CopyableBuilder<ListSessionsForWorkerRequest.Builder,ListSessionsForWorkerRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListSessionsForWorkerRequest.BuilderfarmId(String farmId)The farm ID for the session.ListSessionsForWorkerRequest.BuilderfleetId(String fleetId)The fleet ID for the session.ListSessionsForWorkerRequest.BuildermaxResults(Integer maxResults)The maximum number of results to return.ListSessionsForWorkerRequest.BuildernextToken(String nextToken)The token for the next set of results, ornullto start from the beginning.ListSessionsForWorkerRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListSessionsForWorkerRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListSessionsForWorkerRequest.BuilderworkerId(String workerId)The worker ID for the session.-
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
ListSessionsForWorkerRequest.Builder farmId(String farmId)
The farm ID for the session.
- Parameters:
farmId- The farm ID for the session.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
fleetId
ListSessionsForWorkerRequest.Builder fleetId(String fleetId)
The fleet ID for the session.
- Parameters:
fleetId- The fleet ID for the session.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListSessionsForWorkerRequest.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
ListSessionsForWorkerRequest.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.
-
workerId
ListSessionsForWorkerRequest.Builder workerId(String workerId)
The worker ID for the session.
- Parameters:
workerId- The worker ID for the session.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListSessionsForWorkerRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListSessionsForWorkerRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-