GetWorkspaceResponse.Builder |
GetWorkspaceResponse.Builder.arn(String arn) |
The ARN of the workspace.
|
static GetWorkspaceResponse.Builder |
GetWorkspaceResponse.builder() |
|
GetWorkspaceResponse.Builder |
GetWorkspaceResponse.Builder.creationDateTime(Instant creationDateTime) |
The date and time when the workspace was created.
|
GetWorkspaceResponse.Builder |
GetWorkspaceResponse.Builder.description(String description) |
The description of the workspace.
|
GetWorkspaceResponse.Builder |
GetWorkspaceResponse.Builder.linkedServices(String... linkedServices) |
A list of services that are linked to the workspace.
|
GetWorkspaceResponse.Builder |
GetWorkspaceResponse.Builder.linkedServices(Collection<String> linkedServices) |
A list of services that are linked to the workspace.
|
GetWorkspaceResponse.Builder |
GetWorkspaceResponse.Builder.role(String role) |
The ARN of the execution role associated with the workspace.
|
GetWorkspaceResponse.Builder |
GetWorkspaceResponse.Builder.s3Location(String s3Location) |
The ARN of the S3 bucket where resources associated with the workspace are stored.
|
GetWorkspaceResponse.Builder |
GetWorkspaceResponse.toBuilder() |
|
GetWorkspaceResponse.Builder |
GetWorkspaceResponse.Builder.updateDateTime(Instant updateDateTime) |
The date and time when the workspace was last updated.
|
GetWorkspaceResponse.Builder |
GetWorkspaceResponse.Builder.workspaceId(String workspaceId) |
The ID of the workspace.
|