public static interface CreateWorkspaceRequest.Builder extends IoTTwinMakerRequest.Builder, SdkPojo, CopyableBuilder<CreateWorkspaceRequest.Builder,CreateWorkspaceRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateWorkspaceRequest.Builder |
description(String description)
The description of the workspace.
|
CreateWorkspaceRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateWorkspaceRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateWorkspaceRequest.Builder |
role(String role)
The ARN of the execution role associated with the workspace.
|
CreateWorkspaceRequest.Builder |
s3Location(String s3Location)
The ARN of the S3 bucket where resources associated with the workspace are stored.
|
CreateWorkspaceRequest.Builder |
tags(Map<String,String> tags)
Metadata that you can use to manage the workspace
|
CreateWorkspaceRequest.Builder |
workspaceId(String workspaceId)
The ID of the workspace.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateWorkspaceRequest.Builder description(String description)
The description of the workspace.
description - The description of the workspace.CreateWorkspaceRequest.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.CreateWorkspaceRequest.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.CreateWorkspaceRequest.Builder tags(Map<String,String> tags)
Metadata that you can use to manage the workspace
tags - Metadata that you can use to manage the workspaceCreateWorkspaceRequest.Builder workspaceId(String workspaceId)
The ID of the workspace.
workspaceId - The ID of the workspace.CreateWorkspaceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateWorkspaceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.