public static interface DescribeAssetPropertyResponse.Builder extends IoTSiteWiseResponse.Builder, SdkPojo, CopyableBuilder<DescribeAssetPropertyResponse.Builder,DescribeAssetPropertyResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeAssetPropertyResponse.Builder |
assetId(String assetId)
The ID of the asset.
|
DescribeAssetPropertyResponse.Builder |
assetModelId(String assetModelId)
The ID of the asset model.
|
DescribeAssetPropertyResponse.Builder |
assetName(String assetName)
The name of the asset.
|
default DescribeAssetPropertyResponse.Builder |
assetProperty(Consumer<Property.Builder> assetProperty)
The asset property's definition, alias, and notification state.
|
DescribeAssetPropertyResponse.Builder |
assetProperty(Property assetProperty)
The asset property's definition, alias, and notification state.
|
DescribeAssetPropertyResponse.Builder |
compositeModel(CompositeModelProperty compositeModel)
The composite asset model that declares this asset property, if this asset property exists in a composite
model.
|
default DescribeAssetPropertyResponse.Builder |
compositeModel(Consumer<CompositeModelProperty.Builder> compositeModel)
The composite asset model that declares this asset property, if this asset property exists in a composite
model.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeAssetPropertyResponse.Builder assetId(String assetId)
The ID of the asset.
assetId - The ID of the asset.DescribeAssetPropertyResponse.Builder assetName(String assetName)
The name of the asset.
assetName - The name of the asset.DescribeAssetPropertyResponse.Builder assetModelId(String assetModelId)
The ID of the asset model.
assetModelId - The ID of the asset model.DescribeAssetPropertyResponse.Builder assetProperty(Property assetProperty)
The asset property's definition, alias, and notification state.
This response includes this object for normal asset properties. If you describe an asset property in a
composite model, this response includes the asset property information in compositeModel.
assetProperty - The asset property's definition, alias, and notification state.
This response includes this object for normal asset properties. If you describe an asset property in a
composite model, this response includes the asset property information in compositeModel.
default DescribeAssetPropertyResponse.Builder assetProperty(Consumer<Property.Builder> assetProperty)
The asset property's definition, alias, and notification state.
This response includes this object for normal asset properties. If you describe an asset property in a
composite model, this response includes the asset property information in compositeModel.
Property.Builder avoiding the need to
create one manually via Property.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to assetProperty(Property).
assetProperty - a consumer that will call methods on Property.BuilderassetProperty(Property)DescribeAssetPropertyResponse.Builder compositeModel(CompositeModelProperty compositeModel)
The composite asset model that declares this asset property, if this asset property exists in a composite model.
compositeModel - The composite asset model that declares this asset property, if this asset property exists in a
composite model.default DescribeAssetPropertyResponse.Builder compositeModel(Consumer<CompositeModelProperty.Builder> compositeModel)
The composite asset model that declares this asset property, if this asset property exists in a composite model.
This is a convenience method that creates an instance of theCompositeModelProperty.Builder avoiding
the need to create one manually via CompositeModelProperty.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to compositeModel(CompositeModelProperty).
compositeModel - a consumer that will call methods on CompositeModelProperty.BuildercompositeModel(CompositeModelProperty)Copyright © 2022. All rights reserved.