Interface CreateWorkspaceRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<CreateWorkspaceRequest.Builder,CreateWorkspaceRequest>,IoTTwinMakerRequest.Builder,SdkBuilder<CreateWorkspaceRequest.Builder,CreateWorkspaceRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- CreateWorkspaceRequest
public static interface CreateWorkspaceRequest.Builder extends IoTTwinMakerRequest.Builder, SdkPojo, CopyableBuilder<CreateWorkspaceRequest.Builder,CreateWorkspaceRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateWorkspaceRequest.Builderdescription(String description)The description of the workspace.CreateWorkspaceRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateWorkspaceRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateWorkspaceRequest.Builderrole(String role)The ARN of the execution role associated with the workspace.CreateWorkspaceRequest.Builders3Location(String s3Location)The ARN of the S3 bucket where resources associated with the workspace are stored.CreateWorkspaceRequest.Buildertags(Map<String,String> tags)Metadata that you can use to manage the workspaceCreateWorkspaceRequest.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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
workspaceId
CreateWorkspaceRequest.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
CreateWorkspaceRequest.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.
-
s3Location
CreateWorkspaceRequest.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.
-
role
CreateWorkspaceRequest.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.
-
tags
CreateWorkspaceRequest.Builder tags(Map<String,String> tags)
Metadata that you can use to manage the workspace
- Parameters:
tags- Metadata that you can use to manage the workspace- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
CreateWorkspaceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateWorkspaceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-