Uses of Interface
software.amazon.awssdk.services.iottwinmaker.model.ParentEntityUpdateRequest.Builder
-
Packages that use ParentEntityUpdateRequest.Builder Package Description software.amazon.awssdk.services.iottwinmaker.model -
-
Uses of ParentEntityUpdateRequest.Builder in software.amazon.awssdk.services.iottwinmaker.model
Methods in software.amazon.awssdk.services.iottwinmaker.model that return ParentEntityUpdateRequest.Builder Modifier and Type Method Description static ParentEntityUpdateRequest.BuilderParentEntityUpdateRequest. builder()ParentEntityUpdateRequest.BuilderParentEntityUpdateRequest.Builder. parentEntityId(String parentEntityId)The ID of the parent entity.ParentEntityUpdateRequest.BuilderParentEntityUpdateRequest. toBuilder()ParentEntityUpdateRequest.BuilderParentEntityUpdateRequest.Builder. updateType(String updateType)The type of the update.ParentEntityUpdateRequest.BuilderParentEntityUpdateRequest.Builder. updateType(ParentEntityUpdateType updateType)The type of the update.Methods in software.amazon.awssdk.services.iottwinmaker.model that return types with arguments of type ParentEntityUpdateRequest.Builder Modifier and Type Method Description static Class<? extends ParentEntityUpdateRequest.Builder>ParentEntityUpdateRequest. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.iottwinmaker.model with type arguments of type ParentEntityUpdateRequest.Builder Modifier and Type Method Description default UpdateEntityRequest.BuilderUpdateEntityRequest.Builder. parentEntityUpdate(Consumer<ParentEntityUpdateRequest.Builder> parentEntityUpdate)An object that describes the update request for a parent entity.
-