Interface CalculatedAttributeDefinitionReference
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CalculatedAttributeDefinitionReference.Jsii$Proxy
@Generated(value="jsii-pacmak/1.121.0 (build d7af9b9)",
date="2025-12-18T18:20:20.031Z")
@Stability(Stable)
public interface CalculatedAttributeDefinitionReference
extends software.amazon.jsii.JsiiSerializable
A reference to a CalculatedAttributeDefinition resource.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.interfaces.customerprofiles.*;
CalculatedAttributeDefinitionReference calculatedAttributeDefinitionReference = CalculatedAttributeDefinitionReference.builder()
.calculatedAttributeName("calculatedAttributeName")
.domainName("domainName")
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCalculatedAttributeDefinitionReferencestatic final classAn implementation forCalculatedAttributeDefinitionReference -
Method Summary
Modifier and TypeMethodDescriptionbuilder()The CalculatedAttributeName of the CalculatedAttributeDefinition resource.The DomainName of the CalculatedAttributeDefinition resource.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getCalculatedAttributeName
The CalculatedAttributeName of the CalculatedAttributeDefinition resource. -
getDomainName
The DomainName of the CalculatedAttributeDefinition resource. -
builder
-