public static interface CreateEntityResponse.Builder extends IoTTwinMakerResponse.Builder, SdkPojo, CopyableBuilder<CreateEntityResponse.Builder,CreateEntityResponse>
| Modifier and Type | Method and Description |
|---|---|
CreateEntityResponse.Builder |
arn(String arn)
The ARN of the entity.
|
CreateEntityResponse.Builder |
creationDateTime(Instant creationDateTime)
The date and time when the entity was created.
|
CreateEntityResponse.Builder |
entityId(String entityId)
The ID of the entity.
|
CreateEntityResponse.Builder |
state(State state)
The current state of the entity.
|
CreateEntityResponse.Builder |
state(String state)
The current state of the entity.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateEntityResponse.Builder entityId(String entityId)
The ID of the entity.
entityId - The ID of the entity.CreateEntityResponse.Builder arn(String arn)
The ARN of the entity.
arn - The ARN of the entity.CreateEntityResponse.Builder creationDateTime(Instant creationDateTime)
The date and time when the entity was created.
creationDateTime - The date and time when the entity was created.CreateEntityResponse.Builder state(String state)
The current state of the entity.
CreateEntityResponse.Builder state(State state)
The current state of the entity.
Copyright © 2023. All rights reserved.