public static interface UpdateComponentTypeResponse.Builder extends IoTTwinMakerResponse.Builder, SdkPojo, CopyableBuilder<UpdateComponentTypeResponse.Builder,UpdateComponentTypeResponse>
| Modifier and Type | Method and Description |
|---|---|
UpdateComponentTypeResponse.Builder |
arn(String arn)
The ARN of the component type.
|
UpdateComponentTypeResponse.Builder |
componentTypeId(String componentTypeId)
The ID of the component type.
|
UpdateComponentTypeResponse.Builder |
state(State state)
The current state of the component type.
|
UpdateComponentTypeResponse.Builder |
state(String state)
The current state of the component type.
|
UpdateComponentTypeResponse.Builder |
workspaceId(String workspaceId)
The ID of the workspace that contains the component type.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateComponentTypeResponse.Builder workspaceId(String workspaceId)
The ID of the workspace that contains the component type.
workspaceId - The ID of the workspace that contains the component type.UpdateComponentTypeResponse.Builder arn(String arn)
The ARN of the component type.
arn - The ARN of the component type.UpdateComponentTypeResponse.Builder componentTypeId(String componentTypeId)
The ID of the component type.
componentTypeId - The ID of the component type.UpdateComponentTypeResponse.Builder state(String state)
The current state of the component type.
UpdateComponentTypeResponse.Builder state(State state)
The current state of the component type.
Copyright © 2023. All rights reserved.