Interface DescribeWorkspacesPoolSessionsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<DescribeWorkspacesPoolSessionsRequest.Builder,
,DescribeWorkspacesPoolSessionsRequest> SdkBuilder<DescribeWorkspacesPoolSessionsRequest.Builder,
,DescribeWorkspacesPoolSessionsRequest> SdkPojo
,SdkRequest.Builder
,WorkSpacesRequest.Builder
- Enclosing class:
DescribeWorkspacesPoolSessionsRequest
public static interface DescribeWorkspacesPoolSessionsRequest.Builder
extends WorkSpacesRequest.Builder, SdkPojo, CopyableBuilder<DescribeWorkspacesPoolSessionsRequest.Builder,DescribeWorkspacesPoolSessionsRequest>
-
Method Summary
Modifier and TypeMethodDescriptionThe maximum number of items to return.If you received aNextToken
from a previous call that was paginated, provide this token to receive the next set of results.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.The identifier of the pool.The identifier of the user.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.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
Methods inherited from interface software.amazon.awssdk.services.workspaces.model.WorkSpacesRequest.Builder
build
-
Method Details
-
poolId
The identifier of the pool.
- Parameters:
poolId
- The identifier of the pool.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
userId
The identifier of the user.
- Parameters:
userId
- The identifier of the user.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
limit
The maximum number of items to return.
- Parameters:
limit
- The maximum number of items to return.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
If you received a
NextToken
from a previous call that was paginated, provide this token to receive the next set of results.- Parameters:
nextToken
- If you received aNextToken
from a previous call that was paginated, provide this token to receive the next set of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DescribeWorkspacesPoolSessionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
DescribeWorkspacesPoolSessionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-