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