Interface DescribeAssetModelRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<DescribeAssetModelRequest.Builder,
,DescribeAssetModelRequest> IoTSiteWiseRequest.Builder
,SdkBuilder<DescribeAssetModelRequest.Builder,
,DescribeAssetModelRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
DescribeAssetModelRequest
@Mutable
@NotThreadSafe
public static interface DescribeAssetModelRequest.Builder
extends IoTSiteWiseRequest.Builder, SdkPojo, CopyableBuilder<DescribeAssetModelRequest.Builder,DescribeAssetModelRequest>
-
Method Summary
Modifier and TypeMethodDescriptionassetModelId
(String assetModelId) The ID of the asset model.assetModelVersion
(String assetModelVersion) The version alias that specifies the latest or active version of the asset model.excludeProperties
(Boolean excludeProperties) Whether or not to exclude asset model properties from the response.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.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, sdkFieldNameToField, sdkFields
-
Method Details
-
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.
-
excludeProperties
Whether or not to exclude asset model properties from the response.
- Parameters:
excludeProperties
- Whether or not to exclude asset model properties from the response.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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
DescribeAssetModelRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
DescribeAssetModelRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-