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 aNextTokenfrom 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
overrideConfigurationMethods 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, sdkFieldsMethods 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
NextTokenfrom a previous call that was paginated, provide this token to receive the next set of results.- Parameters:
nextToken- If you received aNextTokenfrom 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.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin 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.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-