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 state(String state)
The current state of the entity update.
UpdateEntityResponse.Builder state(State state)
The current state of the entity update.
UpdateEntityResponse.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.Copyright © 2022. All rights reserved.