| Package | Description |
|---|---|
| software.amazon.awssdk.services.iottwinmaker.model |
| Modifier and Type | Method and Description |
|---|---|
static ComponentResponse.Builder |
ComponentResponse.builder() |
ComponentResponse.Builder |
ComponentResponse.Builder.componentName(String componentName)
The name of the component.
|
ComponentResponse.Builder |
ComponentResponse.Builder.componentTypeId(String componentTypeId)
The ID of the component type.
|
ComponentResponse.Builder |
ComponentResponse.Builder.definedIn(String definedIn)
The name of the property definition set in the request.
|
ComponentResponse.Builder |
ComponentResponse.Builder.description(String description)
The description of the component type.
|
ComponentResponse.Builder |
ComponentResponse.Builder.properties(Map<String,PropertyResponse> properties)
An object that maps strings to the properties to set in the component type.
|
default ComponentResponse.Builder |
ComponentResponse.Builder.status(Consumer<Status.Builder> status)
The status of the component type.
|
ComponentResponse.Builder |
ComponentResponse.Builder.status(Status status)
The status of the component type.
|
ComponentResponse.Builder |
ComponentResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ComponentResponse.Builder> |
ComponentResponse.serializableBuilderClass() |
Copyright © 2022. All rights reserved.