Uses of Interface
software.amazon.awssdk.services.iottwinmaker.model.UpdateComponentTypeResponse.Builder
-
Packages that use UpdateComponentTypeResponse.Builder Package Description software.amazon.awssdk.services.iottwinmaker.model -
-
Uses of UpdateComponentTypeResponse.Builder in software.amazon.awssdk.services.iottwinmaker.model
Methods in software.amazon.awssdk.services.iottwinmaker.model that return UpdateComponentTypeResponse.Builder Modifier and Type Method Description UpdateComponentTypeResponse.BuilderUpdateComponentTypeResponse.Builder. arn(String arn)The ARN of the component type.static UpdateComponentTypeResponse.BuilderUpdateComponentTypeResponse. builder()UpdateComponentTypeResponse.BuilderUpdateComponentTypeResponse.Builder. componentTypeId(String componentTypeId)The ID of the component type.UpdateComponentTypeResponse.BuilderUpdateComponentTypeResponse.Builder. state(String state)The current state of the component type.UpdateComponentTypeResponse.BuilderUpdateComponentTypeResponse.Builder. state(State state)The current state of the component type.UpdateComponentTypeResponse.BuilderUpdateComponentTypeResponse. toBuilder()UpdateComponentTypeResponse.BuilderUpdateComponentTypeResponse.Builder. workspaceId(String workspaceId)The ID of the workspace that contains the component type.Methods in software.amazon.awssdk.services.iottwinmaker.model that return types with arguments of type UpdateComponentTypeResponse.Builder Modifier and Type Method Description static Class<? extends UpdateComponentTypeResponse.Builder>UpdateComponentTypeResponse. serializableBuilderClass()
-