| Package | Description |
|---|---|
| software.amazon.awssdk.services.iottwinmaker.model |
| Modifier and Type | Method and Description |
|---|---|
GetComponentTypeResponse.Builder |
GetComponentTypeResponse.Builder.arn(String arn)
The ARN of the component type.
|
static GetComponentTypeResponse.Builder |
GetComponentTypeResponse.builder() |
GetComponentTypeResponse.Builder |
GetComponentTypeResponse.Builder.componentTypeId(String componentTypeId)
The ID of the component type.
|
GetComponentTypeResponse.Builder |
GetComponentTypeResponse.Builder.creationDateTime(Instant creationDateTime)
The date and time when the component type was created.
|
GetComponentTypeResponse.Builder |
GetComponentTypeResponse.Builder.description(String description)
The description of the component type.
|
GetComponentTypeResponse.Builder |
GetComponentTypeResponse.Builder.extendsFrom(Collection<String> extendsFrom)
The name of the parent component type that this component type extends.
|
GetComponentTypeResponse.Builder |
GetComponentTypeResponse.Builder.extendsFrom(String... extendsFrom)
The name of the parent component type that this component type extends.
|
GetComponentTypeResponse.Builder |
GetComponentTypeResponse.Builder.functions(Map<String,FunctionResponse> functions)
An object that maps strings to the functions in the component type.
|
GetComponentTypeResponse.Builder |
GetComponentTypeResponse.Builder.isAbstract(Boolean isAbstract)
A Boolean value that specifies whether the component type is abstract.
|
GetComponentTypeResponse.Builder |
GetComponentTypeResponse.Builder.isSchemaInitialized(Boolean isSchemaInitialized)
A Boolean value that specifies whether the component type has a schema initializer and that the schema
initializer has run.
|
GetComponentTypeResponse.Builder |
GetComponentTypeResponse.Builder.isSingleton(Boolean isSingleton)
A Boolean value that specifies whether an entity can have more than one component of this type.
|
GetComponentTypeResponse.Builder |
GetComponentTypeResponse.Builder.propertyDefinitions(Map<String,PropertyDefinitionResponse> propertyDefinitions)
An object that maps strings to the property definitions in the component type.
|
default GetComponentTypeResponse.Builder |
GetComponentTypeResponse.Builder.status(Consumer<Status.Builder> status)
The current status of the component type.
|
GetComponentTypeResponse.Builder |
GetComponentTypeResponse.Builder.status(Status status)
The current status of the component type.
|
GetComponentTypeResponse.Builder |
GetComponentTypeResponse.toBuilder() |
GetComponentTypeResponse.Builder |
GetComponentTypeResponse.Builder.updateDateTime(Instant updateDateTime)
The date and time when the component was last updated.
|
GetComponentTypeResponse.Builder |
GetComponentTypeResponse.Builder.workspaceId(String workspaceId)
The ID of the workspace that contains the component type.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetComponentTypeResponse.Builder> |
GetComponentTypeResponse.serializableBuilderClass() |
Copyright © 2022. All rights reserved.