public static interface GetWorkspaceResponse.Builder extends IoTTwinMakerResponse.Builder, SdkPojo, CopyableBuilder<GetWorkspaceResponse.Builder,GetWorkspaceResponse>
| Modifier and Type | Method and Description |
|---|---|
GetWorkspaceResponse.Builder |
arn(String arn)
The ARN of the workspace.
|
GetWorkspaceResponse.Builder |
creationDateTime(Instant creationDateTime)
The date and time when the workspace was created.
|
GetWorkspaceResponse.Builder |
description(String description)
The description of the workspace.
|
GetWorkspaceResponse.Builder |
role(String role)
The ARN of the execution role associated with the workspace.
|
GetWorkspaceResponse.Builder |
s3Location(String s3Location)
The ARN of the S3 bucket where resources associated with the workspace are stored.
|
GetWorkspaceResponse.Builder |
updateDateTime(Instant updateDateTime)
The date and time when the workspace was last updated.
|
GetWorkspaceResponse.Builder |
workspaceId(String workspaceId)
The ID of the workspace.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetWorkspaceResponse.Builder arn(String arn)
The ARN of the workspace.
arn - The ARN of the workspace.GetWorkspaceResponse.Builder creationDateTime(Instant creationDateTime)
The date and time when the workspace was created.
creationDateTime - The date and time when the workspace was created.GetWorkspaceResponse.Builder description(String description)
The description of the workspace.
description - The description of the workspace.GetWorkspaceResponse.Builder role(String role)
The ARN of the execution role associated with the workspace.
role - The ARN of the execution role associated with the workspace.GetWorkspaceResponse.Builder s3Location(String s3Location)
The ARN of the S3 bucket where resources associated with the workspace are stored.
s3Location - The ARN of the S3 bucket where resources associated with the workspace are stored.GetWorkspaceResponse.Builder updateDateTime(Instant updateDateTime)
The date and time when the workspace was last updated.
updateDateTime - The date and time when the workspace was last updated.GetWorkspaceResponse.Builder workspaceId(String workspaceId)
The ID of the workspace.
workspaceId - The ID of the workspace.Copyright © 2022. All rights reserved.