Interface UpdateWorkspaceRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<UpdateWorkspaceRequest.Builder,
,UpdateWorkspaceRequest> IoTTwinMakerRequest.Builder
,SdkBuilder<UpdateWorkspaceRequest.Builder,
,UpdateWorkspaceRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
UpdateWorkspaceRequest
@Mutable
@NotThreadSafe
public static interface UpdateWorkspaceRequest.Builder
extends IoTTwinMakerRequest.Builder, SdkPojo, CopyableBuilder<UpdateWorkspaceRequest.Builder,UpdateWorkspaceRequest>
-
Method Summary
Modifier and TypeMethodDescriptiondescription
(String description) The description of the workspace.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.The ARN of the execution role associated with the workspace.s3Location
(String s3Location) The ARN of the S3 bucket where resources associated with the workspace are stored.workspaceId
(String workspaceId) The ID of the workspace.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.iottwinmaker.model.IoTTwinMakerRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
workspaceId
The ID of the workspace.
- Parameters:
workspaceId
- The ID of the workspace.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
The description of the workspace.
- Parameters:
description
- The description of the workspace.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
role
The ARN of the execution role associated with the workspace.
- Parameters:
role
- The ARN of the execution role associated with the workspace.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
s3Location
The ARN of the S3 bucket where resources associated with the workspace are stored.
- Parameters:
s3Location
- The ARN of the S3 bucket where resources associated with the workspace are stored.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UpdateWorkspaceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
UpdateWorkspaceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-