public static interface UpdateAssetModelRequest.Builder extends IoTSiteWiseRequest.Builder, SdkPojo, CopyableBuilder<UpdateAssetModelRequest.Builder,UpdateAssetModelRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateAssetModelRequest.Builder |
assetModelCompositeModels(AssetModelCompositeModel... assetModelCompositeModels)
The composite asset models that are part of this asset model.
|
UpdateAssetModelRequest.Builder |
assetModelCompositeModels(Collection<AssetModelCompositeModel> assetModelCompositeModels)
The composite asset models that are part of this asset model.
|
UpdateAssetModelRequest.Builder |
assetModelCompositeModels(Consumer<AssetModelCompositeModel.Builder>... assetModelCompositeModels)
The composite asset models that are part of this asset model.
|
UpdateAssetModelRequest.Builder |
assetModelDescription(String assetModelDescription)
A description for the asset model.
|
UpdateAssetModelRequest.Builder |
assetModelHierarchies(AssetModelHierarchy... assetModelHierarchies)
The updated hierarchy definitions of the asset model.
|
UpdateAssetModelRequest.Builder |
assetModelHierarchies(Collection<AssetModelHierarchy> assetModelHierarchies)
The updated hierarchy definitions of the asset model.
|
UpdateAssetModelRequest.Builder |
assetModelHierarchies(Consumer<AssetModelHierarchy.Builder>... assetModelHierarchies)
The updated hierarchy definitions of the asset model.
|
UpdateAssetModelRequest.Builder |
assetModelId(String assetModelId)
The ID of the asset model to update.
|
UpdateAssetModelRequest.Builder |
assetModelName(String assetModelName)
A unique, friendly name for the asset model.
|
UpdateAssetModelRequest.Builder |
assetModelProperties(AssetModelProperty... assetModelProperties)
The updated property definitions of the asset model.
|
UpdateAssetModelRequest.Builder |
assetModelProperties(Collection<AssetModelProperty> assetModelProperties)
The updated property definitions of the asset model.
|
UpdateAssetModelRequest.Builder |
assetModelProperties(Consumer<AssetModelProperty.Builder>... assetModelProperties)
The updated property definitions of the asset model.
|
UpdateAssetModelRequest.Builder |
clientToken(String clientToken)
A unique case-sensitive identifier that you can provide to ensure the idempotency of the request.
|
UpdateAssetModelRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateAssetModelRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateAssetModelRequest.Builder assetModelId(String assetModelId)
The ID of the asset model to update.
assetModelId - The ID of the asset model to update.UpdateAssetModelRequest.Builder assetModelName(String assetModelName)
A unique, friendly name for the asset model.
assetModelName - A unique, friendly name for the asset model.UpdateAssetModelRequest.Builder assetModelDescription(String assetModelDescription)
A description for the asset model.
assetModelDescription - A description for the asset model.UpdateAssetModelRequest.Builder assetModelProperties(Collection<AssetModelProperty> assetModelProperties)
The updated property definitions of the asset model. For more information, see Asset properties in the IoT SiteWise User Guide.
You can specify up to 200 properties per asset model. For more information, see Quotas in the IoT SiteWise User Guide.
assetModelProperties - The updated property definitions of the asset model. For more information, see Asset
properties in the IoT SiteWise User Guide.
You can specify up to 200 properties per asset model. For more information, see Quotas in the IoT SiteWise User Guide.
UpdateAssetModelRequest.Builder assetModelProperties(AssetModelProperty... assetModelProperties)
The updated property definitions of the asset model. For more information, see Asset properties in the IoT SiteWise User Guide.
You can specify up to 200 properties per asset model. For more information, see Quotas in the IoT SiteWise User Guide.
assetModelProperties - The updated property definitions of the asset model. For more information, see Asset
properties in the IoT SiteWise User Guide.
You can specify up to 200 properties per asset model. For more information, see Quotas in the IoT SiteWise User Guide.
UpdateAssetModelRequest.Builder assetModelProperties(Consumer<AssetModelProperty.Builder>... assetModelProperties)
The updated property definitions of the asset model. For more information, see Asset properties in the IoT SiteWise User Guide.
You can specify up to 200 properties per asset model. For more information, see Quotas in the IoT SiteWise User Guide.
This is a convenience method that creates an instance of theAssetModelProperty.Builder avoiding the need to
create one manually via
AssetModelProperty.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #assetModelProperties(List.
assetModelProperties - a consumer that will call methods on
AssetModelProperty.Builder#assetModelProperties(java.util.Collection) UpdateAssetModelRequest.Builder assetModelHierarchies(Collection<AssetModelHierarchy> assetModelHierarchies)
The updated hierarchy definitions of the asset model. Each hierarchy specifies an asset model whose assets can be children of any other assets created from this asset model. For more information, see Asset hierarchies in the IoT SiteWise User Guide.
You can specify up to 10 hierarchies per asset model. For more information, see Quotas in the IoT SiteWise User Guide.
assetModelHierarchies - The updated hierarchy definitions of the asset model. Each hierarchy specifies an asset model whose
assets can be children of any other assets created from this asset model. For more information, see Asset
hierarchies in the IoT SiteWise User Guide.
You can specify up to 10 hierarchies per asset model. For more information, see Quotas in the IoT SiteWise User Guide.
UpdateAssetModelRequest.Builder assetModelHierarchies(AssetModelHierarchy... assetModelHierarchies)
The updated hierarchy definitions of the asset model. Each hierarchy specifies an asset model whose assets can be children of any other assets created from this asset model. For more information, see Asset hierarchies in the IoT SiteWise User Guide.
You can specify up to 10 hierarchies per asset model. For more information, see Quotas in the IoT SiteWise User Guide.
assetModelHierarchies - The updated hierarchy definitions of the asset model. Each hierarchy specifies an asset model whose
assets can be children of any other assets created from this asset model. For more information, see Asset
hierarchies in the IoT SiteWise User Guide.
You can specify up to 10 hierarchies per asset model. For more information, see Quotas in the IoT SiteWise User Guide.
UpdateAssetModelRequest.Builder assetModelHierarchies(Consumer<AssetModelHierarchy.Builder>... assetModelHierarchies)
The updated hierarchy definitions of the asset model. Each hierarchy specifies an asset model whose assets can be children of any other assets created from this asset model. For more information, see Asset hierarchies in the IoT SiteWise User Guide.
You can specify up to 10 hierarchies per asset model. For more information, see Quotas in the IoT SiteWise User Guide.
This is a convenience method that creates an instance of theAssetModelHierarchy.Builder avoiding the need to
create one manually via
AssetModelHierarchy.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #assetModelHierarchies(List.
assetModelHierarchies - a consumer that will call methods on
AssetModelHierarchy.Builder#assetModelHierarchies(java.util.Collection) UpdateAssetModelRequest.Builder assetModelCompositeModels(Collection<AssetModelCompositeModel> assetModelCompositeModels)
The composite asset models that are part of this asset model. Composite asset models are asset models that contain specific properties. Each composite model has a type that defines the properties that the composite model supports. Use composite asset models to define alarms on this asset model.
assetModelCompositeModels - The composite asset models that are part of this asset model. Composite asset models are asset models
that contain specific properties. Each composite model has a type that defines the properties that the
composite model supports. Use composite asset models to define alarms on this asset model.UpdateAssetModelRequest.Builder assetModelCompositeModels(AssetModelCompositeModel... assetModelCompositeModels)
The composite asset models that are part of this asset model. Composite asset models are asset models that contain specific properties. Each composite model has a type that defines the properties that the composite model supports. Use composite asset models to define alarms on this asset model.
assetModelCompositeModels - The composite asset models that are part of this asset model. Composite asset models are asset models
that contain specific properties. Each composite model has a type that defines the properties that the
composite model supports. Use composite asset models to define alarms on this asset model.UpdateAssetModelRequest.Builder assetModelCompositeModels(Consumer<AssetModelCompositeModel.Builder>... assetModelCompositeModels)
The composite asset models that are part of this asset model. Composite asset models are asset models that contain specific properties. Each composite model has a type that defines the properties that the composite model supports. Use composite asset models to define alarms on this asset model.
This is a convenience method that creates an instance of theAssetModelCompositeModel.Builder avoiding the need
to create one manually via
AssetModelCompositeModel.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #assetModelCompositeModels(List.
assetModelCompositeModels - a consumer that will call methods on
AssetModelCompositeModel.Builder#assetModelCompositeModels(java.util.Collection) UpdateAssetModelRequest.Builder clientToken(String clientToken)
A unique case-sensitive identifier that you can provide to ensure the idempotency of the request. Don't reuse this client token if a new idempotent request is required.
clientToken - A unique case-sensitive identifier that you can provide to ensure the idempotency of the request.
Don't reuse this client token if a new idempotent request is required.UpdateAssetModelRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateAssetModelRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.