Interface UpdateWorkspaceRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateWorkspaceRequest.Builder,UpdateWorkspaceRequest>,IoTTwinMakerRequest.Builder,SdkBuilder<UpdateWorkspaceRequest.Builder,UpdateWorkspaceRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateWorkspaceRequest
public static interface UpdateWorkspaceRequest.Builder extends IoTTwinMakerRequest.Builder, SdkPojo, CopyableBuilder<UpdateWorkspaceRequest.Builder,UpdateWorkspaceRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateWorkspaceRequest.Builderdescription(String description)The description of the workspace.UpdateWorkspaceRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateWorkspaceRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateWorkspaceRequest.Builderrole(String role)The ARN of the execution role associated with the workspace.UpdateWorkspaceRequest.Builders3Location(String s3Location)The ARN of the S3 bucket where resources associated with the workspace are stored.UpdateWorkspaceRequest.BuilderworkspaceId(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, sdkFields
-
-
-
-
Method Detail
-
workspaceId
UpdateWorkspaceRequest.Builder workspaceId(String 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
UpdateWorkspaceRequest.Builder description(String 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
UpdateWorkspaceRequest.Builder role(String 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
UpdateWorkspaceRequest.Builder s3Location(String 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)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateWorkspaceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-