Uses of Interface
software.amazon.awssdk.services.iottwinmaker.model.CreateComponentTypeResponse.Builder
-
Packages that use CreateComponentTypeResponse.Builder Package Description software.amazon.awssdk.services.iottwinmaker.model -
-
Uses of CreateComponentTypeResponse.Builder in software.amazon.awssdk.services.iottwinmaker.model
Methods in software.amazon.awssdk.services.iottwinmaker.model that return CreateComponentTypeResponse.Builder Modifier and Type Method Description CreateComponentTypeResponse.BuilderCreateComponentTypeResponse.Builder. arn(String arn)The ARN of the component type.static CreateComponentTypeResponse.BuilderCreateComponentTypeResponse. builder()CreateComponentTypeResponse.BuilderCreateComponentTypeResponse.Builder. creationDateTime(Instant creationDateTime)The date and time when the entity was created.CreateComponentTypeResponse.BuilderCreateComponentTypeResponse.Builder. state(String state)The current state of the component type.CreateComponentTypeResponse.BuilderCreateComponentTypeResponse.Builder. state(State state)The current state of the component type.CreateComponentTypeResponse.BuilderCreateComponentTypeResponse. toBuilder()Methods in software.amazon.awssdk.services.iottwinmaker.model that return types with arguments of type CreateComponentTypeResponse.Builder Modifier and Type Method Description static Class<? extends CreateComponentTypeResponse.Builder>CreateComponentTypeResponse. serializableBuilderClass()
-