Interface UpdateEntityResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<UpdateEntityResponse.Builder,UpdateEntityResponse>,IoTTwinMakerResponse.Builder,SdkBuilder<UpdateEntityResponse.Builder,UpdateEntityResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- UpdateEntityResponse
public static interface UpdateEntityResponse.Builder extends IoTTwinMakerResponse.Builder, SdkPojo, CopyableBuilder<UpdateEntityResponse.Builder,UpdateEntityResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateEntityResponse.Builderstate(String state)The current state of the entity update.UpdateEntityResponse.Builderstate(State state)The current state of the entity update.UpdateEntityResponse.BuilderupdateDateTime(Instant updateDateTime)The date and time when the entity was last updated.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.iottwinmaker.model.IoTTwinMakerResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
updateDateTime
UpdateEntityResponse.Builder updateDateTime(Instant updateDateTime)
The date and time when the entity was last updated.
- Parameters:
updateDateTime- The date and time when the entity was last updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
state
UpdateEntityResponse.Builder state(String state)
The current state of the entity update.
-
state
UpdateEntityResponse.Builder state(State state)
The current state of the entity update.
-
-