public static interface UpdateEntityRequest.Builder extends IoTTwinMakerRequest.Builder, SdkPojo, CopyableBuilder<UpdateEntityRequest.Builder,UpdateEntityRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateEntityRequest.Builder componentUpdates(Map<String,ComponentUpdateRequest> componentUpdates)
An object that maps strings to the component updates in the request. Each string in the mapping must be unique to this object.
componentUpdates - An object that maps strings to the component updates in the request. Each string in the mapping must
be unique to this object.UpdateEntityRequest.Builder description(String description)
The description of the entity.
description - The description of the entity.UpdateEntityRequest.Builder entityId(String entityId)
The ID of the entity.
entityId - The ID of the entity.UpdateEntityRequest.Builder entityName(String entityName)
The name of the entity.
entityName - The name of the entity.UpdateEntityRequest.Builder parentEntityUpdate(ParentEntityUpdateRequest parentEntityUpdate)
An object that describes the update request for a parent entity.
parentEntityUpdate - An object that describes the update request for a parent entity.default UpdateEntityRequest.Builder parentEntityUpdate(Consumer<ParentEntityUpdateRequest.Builder> parentEntityUpdate)
An object that describes the update request for a parent entity.
This is a convenience method that creates an instance of theParentEntityUpdateRequest.Builder
avoiding the need to create one manually via ParentEntityUpdateRequest.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to parentEntityUpdate(ParentEntityUpdateRequest).parentEntityUpdate - a consumer that will call methods on ParentEntityUpdateRequest.BuilderparentEntityUpdate(ParentEntityUpdateRequest)UpdateEntityRequest.Builder workspaceId(String workspaceId)
The ID of the workspace that contains the entity.
workspaceId - The ID of the workspace that contains the entity.UpdateEntityRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateEntityRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.