Class CfnEventTriggerPropsMixin.ObjectAttributeProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.customerprofiles.CfnEventTriggerPropsMixin.ObjectAttributeProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnEventTriggerPropsMixin.ObjectAttributeProperty>
- Enclosing interface:
CfnEventTriggerPropsMixin.ObjectAttributeProperty
@Stability(Stable)
public static final class CfnEventTriggerPropsMixin.ObjectAttributeProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnEventTriggerPropsMixin.ObjectAttributeProperty>
A builder for
CfnEventTriggerPropsMixin.ObjectAttributeProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.comparisonOperator(String comparisonOperator) Sets the value ofCfnEventTriggerPropsMixin.ObjectAttributeProperty.getFieldName()Sets the value ofCfnEventTriggerPropsMixin.ObjectAttributeProperty.getSource()Sets the value ofCfnEventTriggerPropsMixin.ObjectAttributeProperty.getValues()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
comparisonOperator
@Stability(Stable) public CfnEventTriggerPropsMixin.ObjectAttributeProperty.Builder comparisonOperator(String comparisonOperator) - Parameters:
comparisonOperator- The operator used to compare an attribute against a list of values.- Returns:
this
-
fieldName
@Stability(Stable) public CfnEventTriggerPropsMixin.ObjectAttributeProperty.Builder fieldName(String fieldName) Sets the value ofCfnEventTriggerPropsMixin.ObjectAttributeProperty.getFieldName()- Parameters:
fieldName- A field defined within an object type.- Returns:
this
-
source
@Stability(Stable) public CfnEventTriggerPropsMixin.ObjectAttributeProperty.Builder source(String source) Sets the value ofCfnEventTriggerPropsMixin.ObjectAttributeProperty.getSource()- Parameters:
source- An attribute contained within a source object.- Returns:
this
-
values
@Stability(Stable) public CfnEventTriggerPropsMixin.ObjectAttributeProperty.Builder values(List<String> values) Sets the value ofCfnEventTriggerPropsMixin.ObjectAttributeProperty.getValues()- Parameters:
values- The amount of time of the specified unit.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnEventTriggerPropsMixin.ObjectAttributeProperty>- Returns:
- a new instance of
CfnEventTriggerPropsMixin.ObjectAttributeProperty - Throws:
NullPointerException- if any required attribute was not provided
-