Class CalculatedAttributeDefinitionReference.Builder
java.lang.Object
software.amazon.awscdk.interfaces.customerprofiles.CalculatedAttributeDefinitionReference.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CalculatedAttributeDefinitionReference>
- Enclosing interface:
CalculatedAttributeDefinitionReference
@Stability(Stable)
public static final class CalculatedAttributeDefinitionReference.Builder
extends Object
implements software.amazon.jsii.Builder<CalculatedAttributeDefinitionReference>
A builder for
CalculatedAttributeDefinitionReference-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.calculatedAttributeName(String calculatedAttributeName) Sets the value ofCalculatedAttributeDefinitionReference.getCalculatedAttributeName()domainName(String domainName) Sets the value ofCalculatedAttributeDefinitionReference.getDomainName()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
calculatedAttributeName
@Stability(Stable) public CalculatedAttributeDefinitionReference.Builder calculatedAttributeName(String calculatedAttributeName) Sets the value ofCalculatedAttributeDefinitionReference.getCalculatedAttributeName()- Parameters:
calculatedAttributeName- The CalculatedAttributeName of the CalculatedAttributeDefinition resource. This parameter is required.- Returns:
this
-
domainName
@Stability(Stable) public CalculatedAttributeDefinitionReference.Builder domainName(String domainName) Sets the value ofCalculatedAttributeDefinitionReference.getDomainName()- Parameters:
domainName- The DomainName of the CalculatedAttributeDefinition resource. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CalculatedAttributeDefinitionReference>- Returns:
- a new instance of
CalculatedAttributeDefinitionReference - Throws:
NullPointerException- if any required attribute was not provided
-