public static interface UpdateEntityResponse.Builder extends IoTTwinMakerResponse.Builder, SdkPojo, CopyableBuilder<UpdateEntityResponse.Builder,UpdateEntityResponse>
| Modifier and Type | Method and Description |
|---|---|
UpdateEntityResponse.Builder |
state(State state)
The current state of the entity update.
|
UpdateEntityResponse.Builder |
state(String state)
The current state of the entity update.
|
UpdateEntityResponse.Builder |
updateDateTime(Instant updateDateTime)
The date and time when the entity was last updated.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateEntityResponse.Builder updateDateTime(Instant updateDateTime)
The date and time when the entity was last updated.
updateDateTime - The date and time when the entity was last updated.UpdateEntityResponse.Builder state(String state)
The current state of the entity update.
UpdateEntityResponse.Builder state(State state)
The current state of the entity update.
Copyright © 2023. All rights reserved.