Interface DescribeAssetModelCompositeModelRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DescribeAssetModelCompositeModelRequest.Builder,DescribeAssetModelCompositeModelRequest>,IoTSiteWiseRequest.Builder,SdkBuilder<DescribeAssetModelCompositeModelRequest.Builder,DescribeAssetModelCompositeModelRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DescribeAssetModelCompositeModelRequest
public static interface DescribeAssetModelCompositeModelRequest.Builder extends IoTSiteWiseRequest.Builder, SdkPojo, CopyableBuilder<DescribeAssetModelCompositeModelRequest.Builder,DescribeAssetModelCompositeModelRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeAssetModelCompositeModelRequest.BuilderassetModelCompositeModelId(String assetModelCompositeModelId)The ID of a composite model on this asset model.DescribeAssetModelCompositeModelRequest.BuilderassetModelId(String assetModelId)The ID of the asset model.DescribeAssetModelCompositeModelRequest.BuilderassetModelVersion(String assetModelVersion)The version alias that specifies the latest or active version of the asset model.DescribeAssetModelCompositeModelRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DescribeAssetModelCompositeModelRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.iotsitewise.model.IoTSiteWiseRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
assetModelId
DescribeAssetModelCompositeModelRequest.Builder assetModelId(String assetModelId)
The ID of the asset model. This can be either the actual ID in UUID format, or else
externalId:followed by the external ID, if it has one. For more information, see Referencing objects with external IDs in the IoT SiteWise User Guide.- Parameters:
assetModelId- The ID of the asset model. This can be either the actual ID in UUID format, or elseexternalId:followed by the external ID, if it has one. For more information, see Referencing objects with external IDs in the IoT SiteWise User Guide.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
assetModelCompositeModelId
DescribeAssetModelCompositeModelRequest.Builder assetModelCompositeModelId(String assetModelCompositeModelId)
The ID of a composite model on this asset model. This can be either the actual ID in UUID format, or else
externalId:followed by the external ID, if it has one. For more information, see Referencing objects with external IDs in the IoT SiteWise User Guide.- Parameters:
assetModelCompositeModelId- The ID of a composite model on this asset model. This can be either the actual ID in UUID format, or elseexternalId:followed by the external ID, if it has one. For more information, see Referencing objects with external IDs in the IoT SiteWise User Guide.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
assetModelVersion
DescribeAssetModelCompositeModelRequest.Builder assetModelVersion(String assetModelVersion)
The version alias that specifies the latest or active version of the asset model. The details are returned in the response. The default value is
LATEST. See Asset model versions in the IoT SiteWise User Guide.- Parameters:
assetModelVersion- The version alias that specifies the latest or active version of the asset model. The details are returned in the response. The default value isLATEST. See Asset model versions in the IoT SiteWise User Guide.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DescribeAssetModelCompositeModelRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DescribeAssetModelCompositeModelRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-