public static interface UpdateWorkspaceRequest.Builder extends IoTTwinMakerRequest.Builder, SdkPojo, CopyableBuilder<UpdateWorkspaceRequest.Builder,UpdateWorkspaceRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateWorkspaceRequest.Builder |
description(String description)
The description of the workspace.
|
UpdateWorkspaceRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateWorkspaceRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateWorkspaceRequest.Builder |
role(String role)
The ARN of the execution role associated with the workspace.
|
UpdateWorkspaceRequest.Builder |
workspaceId(String workspaceId)
The ID of the workspace.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateWorkspaceRequest.Builder workspaceId(String workspaceId)
The ID of the workspace.
workspaceId - The ID of the workspace.UpdateWorkspaceRequest.Builder description(String description)
The description of the workspace.
description - The description of the workspace.UpdateWorkspaceRequest.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.UpdateWorkspaceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateWorkspaceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.