Interface ListWorkspacesRequest.Builder
- All Superinterfaces:
AmpRequest.Builder
,AwsRequest.Builder
,Buildable
,CopyableBuilder<ListWorkspacesRequest.Builder,
,ListWorkspacesRequest> SdkBuilder<ListWorkspacesRequest.Builder,
,ListWorkspacesRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
ListWorkspacesRequest
public static interface ListWorkspacesRequest.Builder
extends AmpRequest.Builder, SdkPojo, CopyableBuilder<ListWorkspacesRequest.Builder,ListWorkspacesRequest>
-
Method Summary
Modifier and TypeMethodDescriptionOptional filter for workspace alias.maxResults
(Integer maxResults) Maximum results to return in response (default=100, maximum=1000).Pagination token to request the next page in a paginated list.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Methods inherited from interface software.amazon.awssdk.services.amp.model.AmpRequest.Builder
build
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
-
Method Details
-
nextToken
Pagination token to request the next page in a paginated list. This token is obtained from the output of the previous ListWorkspaces request.
- Parameters:
nextToken
- Pagination token to request the next page in a paginated list. This token is obtained from the output of the previous ListWorkspaces request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
alias
Optional filter for workspace alias. Only the workspaces with aliases that begin with this value will be returned.
- Parameters:
alias
- Optional filter for workspace alias. Only the workspaces with aliases that begin with this value will be returned.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
Maximum results to return in response (default=100, maximum=1000).
- Parameters:
maxResults
- Maximum results to return in response (default=100, maximum=1000).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListWorkspacesRequest.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
ListWorkspacesRequest.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.
-