public static interface ListWorkspacesResponse.Builder extends GrafanaResponse.Builder, SdkPojo, CopyableBuilder<ListWorkspacesResponse.Builder,ListWorkspacesResponse>
| Modifier and Type | Method and Description |
|---|---|
ListWorkspacesResponse.Builder |
nextToken(String nextToken)
The token to use when requesting the next set of workspaces.
|
ListWorkspacesResponse.Builder |
workspaces(Collection<WorkspaceSummary> workspaces)
An array of structures that contain some information about the workspaces in the account.
|
ListWorkspacesResponse.Builder |
workspaces(Consumer<WorkspaceSummary.Builder>... workspaces)
An array of structures that contain some information about the workspaces in the account.
|
ListWorkspacesResponse.Builder |
workspaces(WorkspaceSummary... workspaces)
An array of structures that contain some information about the workspaces in the account.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListWorkspacesResponse.Builder nextToken(String nextToken)
The token to use when requesting the next set of workspaces.
nextToken - The token to use when requesting the next set of workspaces.ListWorkspacesResponse.Builder workspaces(Collection<WorkspaceSummary> workspaces)
An array of structures that contain some information about the workspaces in the account.
workspaces - An array of structures that contain some information about the workspaces in the account.ListWorkspacesResponse.Builder workspaces(WorkspaceSummary... workspaces)
An array of structures that contain some information about the workspaces in the account.
workspaces - An array of structures that contain some information about the workspaces in the account.ListWorkspacesResponse.Builder workspaces(Consumer<WorkspaceSummary.Builder>... workspaces)
An array of structures that contain some information about the workspaces in the account.
This is a convenience method that creates an instance of theWorkspaceSummary.Builder avoiding the need to create
one manually via WorkspaceSummary.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #workspaces(List.
workspaces - a consumer that will call methods on
WorkspaceSummary.Builder#workspaces(java.util.Collection) Copyright © 2023. All rights reserved.