public static interface WorkspaceDescription.Builder extends SdkPojo, CopyableBuilder<WorkspaceDescription.Builder,WorkspaceDescription>
| Modifier and Type | Method and Description |
|---|---|
WorkspaceDescription.Builder |
alias(String alias)
Alias of this workspace.
|
WorkspaceDescription.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of this workspace.
|
WorkspaceDescription.Builder |
createdAt(Instant createdAt)
The time when the workspace was created.
|
WorkspaceDescription.Builder |
prometheusEndpoint(String prometheusEndpoint)
Prometheus endpoint URI.
|
default WorkspaceDescription.Builder |
status(Consumer<WorkspaceStatus.Builder> status)
The status of this workspace.
|
WorkspaceDescription.Builder |
status(WorkspaceStatus status)
The status of this workspace.
|
WorkspaceDescription.Builder |
tags(Map<String,String> tags)
The tags of this workspace.
|
WorkspaceDescription.Builder |
workspaceId(String workspaceId)
Unique string identifying this workspace.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildWorkspaceDescription.Builder alias(String alias)
Alias of this workspace.
alias - Alias of this workspace.WorkspaceDescription.Builder arn(String arn)
The Amazon Resource Name (ARN) of this workspace.
arn - The Amazon Resource Name (ARN) of this workspace.WorkspaceDescription.Builder createdAt(Instant createdAt)
The time when the workspace was created.
createdAt - The time when the workspace was created.WorkspaceDescription.Builder prometheusEndpoint(String prometheusEndpoint)
Prometheus endpoint URI.
prometheusEndpoint - Prometheus endpoint URI.WorkspaceDescription.Builder status(WorkspaceStatus status)
The status of this workspace.
status - The status of this workspace.default WorkspaceDescription.Builder status(Consumer<WorkspaceStatus.Builder> status)
The status of this workspace.
This is a convenience method that creates an instance of theWorkspaceStatus.Builder avoiding the
need to create one manually via WorkspaceStatus.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to status(WorkspaceStatus).
status - a consumer that will call methods on WorkspaceStatus.Builderstatus(WorkspaceStatus)WorkspaceDescription.Builder tags(Map<String,String> tags)
The tags of this workspace.
tags - The tags of this workspace.WorkspaceDescription.Builder workspaceId(String workspaceId)
Unique string identifying this workspace.
workspaceId - Unique string identifying this workspace.Copyright © 2023. All rights reserved.