Class CfnCalculatedAttributeDefinitionPropsMixin.AttributeDetailsProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.customerprofiles.CfnCalculatedAttributeDefinitionPropsMixin.AttributeDetailsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnCalculatedAttributeDefinitionPropsMixin.AttributeDetailsProperty>
- Enclosing interface:
CfnCalculatedAttributeDefinitionPropsMixin.AttributeDetailsProperty
@Stability(Stable)
public static final class CfnCalculatedAttributeDefinitionPropsMixin.AttributeDetailsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnCalculatedAttributeDefinitionPropsMixin.AttributeDetailsProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionattributes(List<? extends Object> attributes) attributes(IResolvable attributes) build()Builds the configured instance.expression(String expression)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
attributes
@Stability(Stable) public CfnCalculatedAttributeDefinitionPropsMixin.AttributeDetailsProperty.Builder attributes(IResolvable attributes) Sets the value ofCfnCalculatedAttributeDefinitionPropsMixin.AttributeDetailsProperty.getAttributes()- Parameters:
attributes- Mathematical expression and a list of attribute items specified in that expression.- Returns:
this
-
attributes
@Stability(Stable) public CfnCalculatedAttributeDefinitionPropsMixin.AttributeDetailsProperty.Builder attributes(List<? extends Object> attributes) Sets the value ofCfnCalculatedAttributeDefinitionPropsMixin.AttributeDetailsProperty.getAttributes()- Parameters:
attributes- Mathematical expression and a list of attribute items specified in that expression.- Returns:
this
-
expression
@Stability(Stable) public CfnCalculatedAttributeDefinitionPropsMixin.AttributeDetailsProperty.Builder expression(String expression) Sets the value ofCfnCalculatedAttributeDefinitionPropsMixin.AttributeDetailsProperty.getExpression()- Parameters:
expression- Mathematical expression that is performed on attribute items provided in the attribute list. Each element in the expression should follow the structure of "{ObjectTypeName.AttributeName}".- Returns:
this
-
build
@Stability(Stable) public CfnCalculatedAttributeDefinitionPropsMixin.AttributeDetailsProperty build()Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnCalculatedAttributeDefinitionPropsMixin.AttributeDetailsProperty>- Returns:
- a new instance of
CfnCalculatedAttributeDefinitionPropsMixin.AttributeDetailsProperty - Throws:
NullPointerException- if any required attribute was not provided
-