Class CfnSegmentDefinitionPropsMixin.DimensionProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.customerprofiles.CfnSegmentDefinitionPropsMixin.DimensionProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnSegmentDefinitionPropsMixin.DimensionProperty>
- Enclosing interface:
CfnSegmentDefinitionPropsMixin.DimensionProperty
@Stability(Stable)
public static final class CfnSegmentDefinitionPropsMixin.DimensionProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnSegmentDefinitionPropsMixin.DimensionProperty>
A builder for
CfnSegmentDefinitionPropsMixin.DimensionProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.calculatedAttributes(Map<String, ? extends Object> calculatedAttributes) calculatedAttributes(IResolvable calculatedAttributes) profileAttributes(CfnSegmentDefinitionPropsMixin.ProfileAttributesProperty profileAttributes) Sets the value ofCfnSegmentDefinitionPropsMixin.DimensionProperty.getProfileAttributes()profileAttributes(IResolvable profileAttributes) Sets the value ofCfnSegmentDefinitionPropsMixin.DimensionProperty.getProfileAttributes()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
calculatedAttributes
@Stability(Stable) public CfnSegmentDefinitionPropsMixin.DimensionProperty.Builder calculatedAttributes(IResolvable calculatedAttributes) - Parameters:
calculatedAttributes- Object that holds the calculated attributes to segment on.- Returns:
this
-
calculatedAttributes
@Stability(Stable) public CfnSegmentDefinitionPropsMixin.DimensionProperty.Builder calculatedAttributes(Map<String, ? extends Object> calculatedAttributes) - Parameters:
calculatedAttributes- Object that holds the calculated attributes to segment on.- Returns:
this
-
profileAttributes
@Stability(Stable) public CfnSegmentDefinitionPropsMixin.DimensionProperty.Builder profileAttributes(IResolvable profileAttributes) Sets the value ofCfnSegmentDefinitionPropsMixin.DimensionProperty.getProfileAttributes()- Parameters:
profileAttributes- Object that holds the profile attributes to segment on.- Returns:
this
-
profileAttributes
@Stability(Stable) public CfnSegmentDefinitionPropsMixin.DimensionProperty.Builder profileAttributes(CfnSegmentDefinitionPropsMixin.ProfileAttributesProperty profileAttributes) Sets the value ofCfnSegmentDefinitionPropsMixin.DimensionProperty.getProfileAttributes()- Parameters:
profileAttributes- Object that holds the profile attributes to segment on.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnSegmentDefinitionPropsMixin.DimensionProperty>- Returns:
- a new instance of
CfnSegmentDefinitionPropsMixin.DimensionProperty - Throws:
NullPointerException- if any required attribute was not provided
-