public static interface CreateEntityRequest.Builder extends IoTTwinMakerRequest.Builder, SdkPojo, CopyableBuilder<CreateEntityRequest.Builder,CreateEntityRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateEntityRequest.Builder workspaceId(String workspaceId)
The ID of the workspace that contains the entity.
workspaceId - The ID of the workspace that contains the entity.CreateEntityRequest.Builder entityId(String entityId)
The ID of the entity.
entityId - The ID of the entity.CreateEntityRequest.Builder entityName(String entityName)
The name of the entity.
entityName - The name of the entity.CreateEntityRequest.Builder description(String description)
The description of the entity.
description - The description of the entity.CreateEntityRequest.Builder components(Map<String,ComponentRequest> components)
An object that maps strings to the components in the entity. Each string in the mapping must be unique to this object.
components - An object that maps strings to the components in the entity. Each string in the mapping must be unique
to this object.CreateEntityRequest.Builder parentEntityId(String parentEntityId)
The ID of the entity's parent entity.
parentEntityId - The ID of the entity's parent entity.CreateEntityRequest.Builder tags(Map<String,String> tags)
Metadata that you can use to manage the entity.
tags - Metadata that you can use to manage the entity.CreateEntityRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateEntityRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.