Interface DeleteAssetModelInterfaceRelationshipResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CopyableBuilder<DeleteAssetModelInterfaceRelationshipResponse.Builder,,- DeleteAssetModelInterfaceRelationshipResponse> - IoTSiteWiseResponse.Builder,- SdkBuilder<DeleteAssetModelInterfaceRelationshipResponse.Builder,,- DeleteAssetModelInterfaceRelationshipResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- DeleteAssetModelInterfaceRelationshipResponse
@Mutable
@NotThreadSafe
public static interface DeleteAssetModelInterfaceRelationshipResponse.Builder
extends IoTSiteWiseResponse.Builder, SdkPojo, CopyableBuilder<DeleteAssetModelInterfaceRelationshipResponse.Builder,DeleteAssetModelInterfaceRelationshipResponse> 
- 
Method SummaryModifier and TypeMethodDescriptionassetModelArn(String assetModelArn) The ARN of the asset model, which has the following format.assetModelId(String assetModelId) The ID of the asset model.assetModelStatus(Consumer<AssetModelStatus.Builder> assetModelStatus) Sets the value of the AssetModelStatus property for this object.assetModelStatus(AssetModelStatus assetModelStatus) Sets the value of the AssetModelStatus property for this object.interfaceAssetModelId(String interfaceAssetModelId) The ID of the interface asset model.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.iotsitewise.model.IoTSiteWiseResponse.Builderbuild, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponse
- 
Method Details- 
assetModelIdThe ID of the asset model. - Parameters:
- assetModelId- The ID of the asset model.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
interfaceAssetModelIdDeleteAssetModelInterfaceRelationshipResponse.Builder interfaceAssetModelId(String interfaceAssetModelId) The ID of the interface asset model. - Parameters:
- interfaceAssetModelId- The ID of the interface asset model.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
assetModelArnThe ARN of the asset model, which has the following format. arn:${Partition}:iotsitewise:${Region}:${Account}:asset-model/${AssetModelId}- Parameters:
- assetModelArn- The ARN of the asset model, which has the following format.- arn:${Partition}:iotsitewise:${Region}:${Account}:asset-model/${AssetModelId}
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
assetModelStatusDeleteAssetModelInterfaceRelationshipResponse.Builder assetModelStatus(AssetModelStatus assetModelStatus) Sets the value of the AssetModelStatus property for this object.- Parameters:
- assetModelStatus- The new value for the AssetModelStatus property for this object.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
assetModelStatusdefault DeleteAssetModelInterfaceRelationshipResponse.Builder assetModelStatus(Consumer<AssetModelStatus.Builder> assetModelStatus) Sets the value of the AssetModelStatus property for this object. This is a convenience method that creates an instance of theAssetModelStatus.Builderavoiding the need to create one manually viaAssetModelStatus.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toassetModelStatus(AssetModelStatus).- Parameters:
- assetModelStatus- a consumer that will call methods on- AssetModelStatus.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-