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 AWS IoT SiteWise User Guide.
You can specify up to 200 properties per asset model. For more information, see Quotas in the AWS IoT SiteWise User Guide.
assetModelProperties - The property definitions of the asset model. For more information, see Asset
properties in the AWS IoT SiteWise User Guide.
You can specify up to 200 properties per asset model. For more information, see Quotas in the AWS IoT SiteWise User Guide.
CreateAssetModelRequest.Builder assetModelProperties(AssetModelPropertyDefinition... assetModelProperties)
The property definitions of the asset model. For more information, see Asset properties in the AWS IoT SiteWise User Guide.
You can specify up to 200 properties per asset model. For more information, see Quotas in the AWS IoT SiteWise User Guide.
assetModelProperties - The property definitions of the asset model. For more information, see Asset
properties in the AWS IoT SiteWise User Guide.
You can specify up to 200 properties per asset model. For more information, see Quotas in the AWS 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 AWS IoT SiteWise User Guide.
You can specify up to 200 properties per asset model. For more information, see Quotas in the AWS IoT SiteWise User Guide.
This is a convenience that creates an instance of theList.Builder
avoiding the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called
immediately and its result is passed to #assetModelProperties(List) .assetModelProperties - a consumer that will call methods on List.Builder #assetModelProperties(List) 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 AWS IoT SiteWise User Guide.
You can specify up to 10 hierarchies per asset model. For more information, see Quotas in the AWS 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 AWS IoT SiteWise User Guide.
You can specify up to 10 hierarchies per asset model. For more information, see Quotas in the AWS 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 AWS IoT SiteWise User Guide.
You can specify up to 10 hierarchies per asset model. For more information, see Quotas in the AWS 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 AWS IoT SiteWise User Guide.
You can specify up to 10 hierarchies per asset model. For more information, see Quotas in the AWS 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 AWS IoT SiteWise User Guide.
You can specify up to 10 hierarchies per asset model. For more information, see Quotas in the AWS IoT SiteWise User Guide.
This is a convenience that creates an instance of theList.Builder
avoiding the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called
immediately and its result is passed to #assetModelHierarchies(List) .assetModelHierarchies - a consumer that will call methods on List.Builder #assetModelHierarchies(List) 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 that creates an instance of the.Builder avoiding the need to create one manually via #builder() .
When the Consumer completes, List.Builder#build() is
called immediately and its result is passed to #assetModelCompositeModels(List) .assetModelCompositeModels - a consumer that will call methods on List.Builder #assetModelCompositeModels(List) 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 AWS IoT SiteWise resources in the AWS IoT SiteWise User Guide.
tags - A list of key-value pairs that contain metadata for the asset model. For more information, see Tagging your AWS
IoT SiteWise resources in the AWS 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 © 2021. All rights reserved.