public static interface CreateAssetModelRequest.Builder extends IoTSiteWiseRequest.Builder, SdkPojo, CopyableBuilder<CreateAssetModelRequest.Builder,CreateAssetModelRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateAssetModelRequest.Builder assetModelName(String assetModelName)
A unique, friendly name for the asset model.
assetModelName - A unique, friendly name for the asset model.CreateAssetModelRequest.Builder assetModelDescription(String assetModelDescription)
A description for the asset model.
assetModelDescription - A description for the asset model.CreateAssetModelRequest.Builder assetModelProperties(Collection<AssetModelPropertyDefinition> assetModelProperties)
The 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 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.
CreateAssetModelRequest.Builder assetModelProperties(AssetModelPropertyDefinition... assetModelProperties)
The 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 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.
CreateAssetModelRequest.Builder assetModelProperties(Consumer<AssetModelPropertyDefinition.Builder>... assetModelProperties)
The 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 theAssetModelPropertyDefinition.Builder avoiding the
need to create one manually via
AssetModelPropertyDefinition.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
AssetModelPropertyDefinition.Builder#assetModelProperties(java.util.Collection) CreateAssetModelRequest.Builder assetModelHierarchies(Collection<AssetModelHierarchyDefinition> assetModelHierarchies)
The 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 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.
CreateAssetModelRequest.Builder assetModelHierarchies(AssetModelHierarchyDefinition... assetModelHierarchies)
The 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 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.
CreateAssetModelRequest.Builder assetModelHierarchies(Consumer<AssetModelHierarchyDefinition.Builder>... assetModelHierarchies)
The 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 theAssetModelHierarchyDefinition.Builder avoiding the
need to create one manually via
AssetModelHierarchyDefinition.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
AssetModelHierarchyDefinition.Builder#assetModelHierarchies(java.util.Collection) CreateAssetModelRequest.Builder assetModelCompositeModels(Collection<AssetModelCompositeModelDefinition> 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.CreateAssetModelRequest.Builder assetModelCompositeModels(AssetModelCompositeModelDefinition... 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.CreateAssetModelRequest.Builder assetModelCompositeModels(Consumer<AssetModelCompositeModelDefinition.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 theAssetModelCompositeModelDefinition.Builder avoiding
the need to create one manually via
AssetModelCompositeModelDefinition.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
AssetModelCompositeModelDefinition.Builder#assetModelCompositeModels(java.util.Collection) CreateAssetModelRequest.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.CreateAssetModelRequest.Builder tags(Map<String,String> tags)
A list of key-value pairs that contain metadata for the asset model. For more information, see Tagging your IoT SiteWise resources in the IoT SiteWise User Guide.
tags - A list of key-value pairs that contain metadata for the asset model. For more information, see Tagging your IoT
SiteWise resources in the IoT SiteWise User Guide.CreateAssetModelRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateAssetModelRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.