Interface AssetModelCompositeModelSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AssetModelCompositeModelSummary.Builder,
,AssetModelCompositeModelSummary> SdkBuilder<AssetModelCompositeModelSummary.Builder,
,AssetModelCompositeModelSummary> SdkPojo
- Enclosing class:
AssetModelCompositeModelSummary
-
Method Summary
Modifier and TypeMethodDescriptiondescription
(String description) The description of the composite model that this summary describes..externalId
(String externalId) The external ID of a composite model on this asset model.The ID of the composite model that this summary describes..The name of the composite model that this summary describes..The path that includes all the pieces that make up the composite model.The path that includes all the pieces that make up the composite model.path
(AssetModelCompositeModelPathSegment... path) The path that includes all the pieces that make up the composite model.The composite model type.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
id
The ID of the composite model that this summary describes..
- Parameters:
id
- The ID of the composite model that this summary describes..- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
externalId
The external ID of a composite model on this asset model. For more information, see Using external IDs in the IoT SiteWise User Guide.
- Parameters:
externalId
- The external ID of a composite model on this asset model. For more information, see Using external IDs in the IoT SiteWise User Guide.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The name of the composite model that this summary describes..
- Parameters:
name
- The name of the composite model that this summary describes..- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
The composite model type. Valid values are
AWS/ALARM
,CUSTOM
, orAWS/L4E_ANOMALY
.- Parameters:
type
- The composite model type. Valid values areAWS/ALARM
,CUSTOM
, orAWS/L4E_ANOMALY
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
The description of the composite model that this summary describes..
- Parameters:
description
- The description of the composite model that this summary describes..- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
path
The path that includes all the pieces that make up the composite model.
- Parameters:
path
- The path that includes all the pieces that make up the composite model.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
path
The path that includes all the pieces that make up the composite model.
- Parameters:
path
- The path that includes all the pieces that make up the composite model.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
path
AssetModelCompositeModelSummary.Builder path(Consumer<AssetModelCompositeModelPathSegment.Builder>... path) The path that includes all the pieces that make up the composite model.
This is a convenience method that creates an instance of theAssetModelCompositeModelPathSegment.Builder
avoiding the need to create one manually viaAssetModelCompositeModelPathSegment.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed topath(List<AssetModelCompositeModelPathSegment>)
.- Parameters:
path
- a consumer that will call methods onAssetModelCompositeModelPathSegment.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-