Interface UpdateAssetModelCompositeModelRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateAssetModelCompositeModelRequest.Builder,,UpdateAssetModelCompositeModelRequest> IoTSiteWiseRequest.Builder,SdkBuilder<UpdateAssetModelCompositeModelRequest.Builder,,UpdateAssetModelCompositeModelRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
UpdateAssetModelCompositeModelRequest
-
Method Summary
Modifier and TypeMethodDescriptionassetModelCompositeModelDescription(String assetModelCompositeModelDescription) A description for the composite model.assetModelCompositeModelExternalId(String assetModelCompositeModelExternalId) An external ID to assign to the asset model.assetModelCompositeModelId(String assetModelCompositeModelId) The ID of a composite model on this asset model.assetModelCompositeModelName(String assetModelCompositeModelName) A unique, friendly name for the composite model.assetModelCompositeModelProperties(Collection<AssetModelProperty> assetModelCompositeModelProperties) The property definitions of the composite model.assetModelCompositeModelProperties(Consumer<AssetModelProperty.Builder>... assetModelCompositeModelProperties) The property definitions of the composite model.assetModelCompositeModelProperties(AssetModelProperty... assetModelCompositeModelProperties) The property definitions of the composite model.assetModelId(String assetModelId) The ID of the asset model, in UUID format.clientToken(String clientToken) A unique case-sensitive identifier that you can provide to ensure the idempotency of the request.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
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.iotsitewise.model.IoTSiteWiseRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
assetModelId
The ID of the asset model, in UUID format.
- Parameters:
assetModelId- The ID of the asset model, in UUID format.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
assetModelCompositeModelId
UpdateAssetModelCompositeModelRequest.Builder assetModelCompositeModelId(String assetModelCompositeModelId) The ID of a composite model on this asset model.
- Parameters:
assetModelCompositeModelId- The ID of a composite model on this asset model.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
assetModelCompositeModelExternalId
UpdateAssetModelCompositeModelRequest.Builder assetModelCompositeModelExternalId(String assetModelCompositeModelExternalId) An external ID to assign to the asset model. You can only set the external ID of the asset model if it wasn't set when it was created, or you're setting it to the exact same thing as when it was created.
- Parameters:
assetModelCompositeModelExternalId- An external ID to assign to the asset model. You can only set the external ID of the asset model if it wasn't set when it was created, or you're setting it to the exact same thing as when it was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
assetModelCompositeModelDescription
UpdateAssetModelCompositeModelRequest.Builder assetModelCompositeModelDescription(String assetModelCompositeModelDescription) A description for the composite model.
- Parameters:
assetModelCompositeModelDescription- A description for the composite model.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
assetModelCompositeModelName
UpdateAssetModelCompositeModelRequest.Builder assetModelCompositeModelName(String assetModelCompositeModelName) A unique, friendly name for the composite model.
- Parameters:
assetModelCompositeModelName- A unique, friendly name for the composite model.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
assetModelCompositeModelProperties
UpdateAssetModelCompositeModelRequest.Builder assetModelCompositeModelProperties(Collection<AssetModelProperty> assetModelCompositeModelProperties) The property definitions of the composite model. For more information, see <LINK>.
You can specify up to 200 properties per composite model. For more information, see Quotas in the IoT SiteWise User Guide.
- Parameters:
assetModelCompositeModelProperties- The property definitions of the composite model. For more information, see <LINK>.You can specify up to 200 properties per composite model. For more information, see Quotas in the IoT SiteWise User Guide.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
assetModelCompositeModelProperties
UpdateAssetModelCompositeModelRequest.Builder assetModelCompositeModelProperties(AssetModelProperty... assetModelCompositeModelProperties) The property definitions of the composite model. For more information, see <LINK>.
You can specify up to 200 properties per composite model. For more information, see Quotas in the IoT SiteWise User Guide.
- Parameters:
assetModelCompositeModelProperties- The property definitions of the composite model. For more information, see <LINK>.You can specify up to 200 properties per composite model. For more information, see Quotas in the IoT SiteWise User Guide.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
assetModelCompositeModelProperties
UpdateAssetModelCompositeModelRequest.Builder assetModelCompositeModelProperties(Consumer<AssetModelProperty.Builder>... assetModelCompositeModelProperties) The property definitions of the composite model. For more information, see <LINK>.
You can specify up to 200 properties per composite model. For more information, see Quotas in the IoT SiteWise User Guide.
This is a convenience method that creates an instance of theAssetModelProperty.Builderavoiding the need to create one manually viaAssetModelProperty.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toassetModelCompositeModelProperties(List<AssetModelProperty>).- Parameters:
assetModelCompositeModelProperties- a consumer that will call methods onAssetModelProperty.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
UpdateAssetModelCompositeModelRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
UpdateAssetModelCompositeModelRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-