Interface ListWorkspacesResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<ListWorkspacesResponse.Builder,
,ListWorkspacesResponse> GrafanaResponse.Builder
,SdkBuilder<ListWorkspacesResponse.Builder,
,ListWorkspacesResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
ListWorkspacesResponse
public static interface ListWorkspacesResponse.Builder
extends GrafanaResponse.Builder, SdkPojo, CopyableBuilder<ListWorkspacesResponse.Builder,ListWorkspacesResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe token to use when requesting the next set of workspaces.workspaces
(Collection<WorkspaceSummary> workspaces) An array of structures that contain some information about the workspaces in the account.workspaces
(Consumer<WorkspaceSummary.Builder>... workspaces) An array of structures that contain some information about the workspaces in the account.workspaces
(WorkspaceSummary... workspaces) An array of structures that contain some information about the workspaces in the account.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.grafana.model.GrafanaResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
nextToken
The token to use when requesting the next set of workspaces.
- Parameters:
nextToken
- The token to use when requesting the next set of workspaces.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
workspaces
An array of structures that contain some information about the workspaces in the account.
- Parameters:
workspaces
- An array of structures that contain some information about the workspaces in the account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
workspaces
An array of structures that contain some information about the workspaces in the account.
- Parameters:
workspaces
- An array of structures that contain some information about the workspaces in the account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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 viaWorkspaceSummary.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toworkspaces(List<WorkspaceSummary>)
.- Parameters:
workspaces
- a consumer that will call methods onWorkspaceSummary.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-