| Package | Description |
|---|---|
| software.amazon.awssdk.services.iottwinmaker.model |
| Modifier and Type | Method and Description |
|---|---|
UpdateComponentTypeResponse.Builder |
UpdateComponentTypeResponse.Builder.arn(String arn)
The ARN of the component type.
|
static UpdateComponentTypeResponse.Builder |
UpdateComponentTypeResponse.builder() |
UpdateComponentTypeResponse.Builder |
UpdateComponentTypeResponse.Builder.componentTypeId(String componentTypeId)
The ID of the component type.
|
UpdateComponentTypeResponse.Builder |
UpdateComponentTypeResponse.Builder.state(State state)
The current state of the component type.
|
UpdateComponentTypeResponse.Builder |
UpdateComponentTypeResponse.Builder.state(String state)
The current state of the component type.
|
UpdateComponentTypeResponse.Builder |
UpdateComponentTypeResponse.toBuilder() |
UpdateComponentTypeResponse.Builder |
UpdateComponentTypeResponse.Builder.workspaceId(String workspaceId)
The ID of the workspace that contains the component type.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateComponentTypeResponse.Builder> |
UpdateComponentTypeResponse.serializableBuilderClass() |
Copyright © 2022. All rights reserved.