| Package | Description |
|---|---|
| software.amazon.awssdk.services.iottwinmaker.model |
| Modifier and Type | Method and Description |
|---|---|
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.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetWorkspaceResponse.Builder> |
GetWorkspaceResponse.serializableBuilderClass() |
Copyright © 2022. All rights reserved.