| Package | Description |
|---|---|
| software.amazon.awssdk.services.iottwinmaker.model |
| Modifier and Type | Method and Description |
|---|---|
static PropertyDefinitionRequest.Builder |
PropertyDefinitionRequest.builder() |
PropertyDefinitionRequest.Builder |
PropertyDefinitionRequest.Builder.configuration(Map<String,String> configuration)
A mapping that specifies configuration information about the property.
|
default PropertyDefinitionRequest.Builder |
PropertyDefinitionRequest.Builder.dataType(Consumer<DataType.Builder> dataType)
An object that contains information about the data type.
|
PropertyDefinitionRequest.Builder |
PropertyDefinitionRequest.Builder.dataType(DataType dataType)
An object that contains information about the data type.
|
default PropertyDefinitionRequest.Builder |
PropertyDefinitionRequest.Builder.defaultValue(Consumer<DataValue.Builder> defaultValue)
An object that contains the default value.
|
PropertyDefinitionRequest.Builder |
PropertyDefinitionRequest.Builder.defaultValue(DataValue defaultValue)
An object that contains the default value.
|
PropertyDefinitionRequest.Builder |
PropertyDefinitionRequest.Builder.displayName(String displayName)
A friendly name for the property.
|
PropertyDefinitionRequest.Builder |
PropertyDefinitionRequest.Builder.isExternalId(Boolean isExternalId)
A Boolean value that specifies whether the property ID comes from an external data store.
|
PropertyDefinitionRequest.Builder |
PropertyDefinitionRequest.Builder.isRequiredInEntity(Boolean isRequiredInEntity)
A Boolean value that specifies whether the property is required.
|
PropertyDefinitionRequest.Builder |
PropertyDefinitionRequest.Builder.isStoredExternally(Boolean isStoredExternally)
A Boolean value that specifies whether the property is stored externally.
|
PropertyDefinitionRequest.Builder |
PropertyDefinitionRequest.Builder.isTimeSeries(Boolean isTimeSeries)
A Boolean value that specifies whether the property consists of time series data.
|
PropertyDefinitionRequest.Builder |
PropertyDefinitionRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends PropertyDefinitionRequest.Builder> |
PropertyDefinitionRequest.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default PropertyRequest.Builder |
PropertyRequest.Builder.definition(Consumer<PropertyDefinitionRequest.Builder> definition)
An object that specifies information about a property.
|
Copyright © 2023. All rights reserved.