Uses of Interface
software.amazon.awssdk.services.iottwinmaker.model.ParentEntityUpdateRequest.Builder
Packages that use ParentEntityUpdateRequest.Builder
-
Uses of ParentEntityUpdateRequest.Builder in software.amazon.awssdk.services.iottwinmaker.model
Methods in software.amazon.awssdk.services.iottwinmaker.model that return ParentEntityUpdateRequest.BuilderModifier and TypeMethodDescriptionParentEntityUpdateRequest.builder()ParentEntityUpdateRequest.Builder.parentEntityId(String parentEntityId) The ID of the parent entity.ParentEntityUpdateRequest.toBuilder()ParentEntityUpdateRequest.Builder.updateType(String updateType) The type of the update.ParentEntityUpdateRequest.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.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ParentEntityUpdateRequest.Builder>ParentEntityUpdateRequest.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.iottwinmaker.model with type arguments of type ParentEntityUpdateRequest.BuilderModifier and TypeMethodDescriptiondefault UpdateEntityRequest.BuilderUpdateEntityRequest.Builder.parentEntityUpdate(Consumer<ParentEntityUpdateRequest.Builder> parentEntityUpdate) An object that describes the update request for a parent entity.