public static interface ListWorkspacesRequest.Builder extends AmpRequest.Builder, SdkPojo, CopyableBuilder<ListWorkspacesRequest.Builder,ListWorkspacesRequest>
| Modifier and Type | Method and Description |
|---|---|
ListWorkspacesRequest.Builder |
alias(String alias)
Optional filter for workspace alias.
|
ListWorkspacesRequest.Builder |
maxResults(Integer maxResults)
Maximum results to return in response (default=100, maximum=1000).
|
ListWorkspacesRequest.Builder |
nextToken(String nextToken)
Pagination token to request the next page in a paginated list.
|
ListWorkspacesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListWorkspacesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListWorkspacesRequest.Builder nextToken(String nextToken)
Pagination token to request the next page in a paginated list. This token is obtained from the output of the previous ListWorkspaces request.
nextToken - Pagination token to request the next page in a paginated list. This token is obtained from the output
of the previous ListWorkspaces request.ListWorkspacesRequest.Builder alias(String alias)
Optional filter for workspace alias. Only the workspaces with aliases that begin with this value will be returned.
alias - Optional filter for workspace alias. Only the workspaces with aliases that begin with this value will
be returned.ListWorkspacesRequest.Builder maxResults(Integer maxResults)
Maximum results to return in response (default=100, maximum=1000).
maxResults - Maximum results to return in response (default=100, maximum=1000).ListWorkspacesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListWorkspacesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.