public static interface ListWorkspacesRequest.Builder extends GrafanaRequest.Builder, SdkPojo, CopyableBuilder<ListWorkspacesRequest.Builder,ListWorkspacesRequest>
| Modifier and Type | Method and Description |
|---|---|
ListWorkspacesRequest.Builder |
maxResults(Integer maxResults)
The maximum number of workspaces to include in the results.
|
ListWorkspacesRequest.Builder |
nextToken(String nextToken)
The token for the next set of workspaces to return.
|
ListWorkspacesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListWorkspacesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListWorkspacesRequest.Builder maxResults(Integer maxResults)
The maximum number of workspaces to include in the results.
maxResults - The maximum number of workspaces to include in the results.ListWorkspacesRequest.Builder nextToken(String nextToken)
The token for the next set of workspaces to return. (You receive this token from a previous
ListWorkspaces operation.)
nextToken - The token for the next set of workspaces to return. (You receive this token from a previous
ListWorkspaces operation.)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.