Class CfnAIAgent.TagFilterProperty.Builder
java.lang.Object
software.amazon.awscdk.services.wisdom.CfnAIAgent.TagFilterProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnAIAgent.TagFilterProperty>
- Enclosing interface:
CfnAIAgent.TagFilterProperty
@Stability(Stable)
public static final class CfnAIAgent.TagFilterProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnAIAgent.TagFilterProperty>
A builder for
CfnAIAgent.TagFilterProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionandConditions(List<? extends Object> andConditions) Sets the value ofCfnAIAgent.TagFilterProperty.getAndConditions()andConditions(IResolvable andConditions) Sets the value ofCfnAIAgent.TagFilterProperty.getAndConditions()build()Builds the configured instance.orConditions(List<? extends Object> orConditions) Sets the value ofCfnAIAgent.TagFilterProperty.getOrConditions()orConditions(IResolvable orConditions) Sets the value ofCfnAIAgent.TagFilterProperty.getOrConditions()tagCondition(IResolvable tagCondition) Sets the value ofCfnAIAgent.TagFilterProperty.getTagCondition()tagCondition(CfnAIAgent.TagConditionProperty tagCondition) Sets the value ofCfnAIAgent.TagFilterProperty.getTagCondition()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
andConditions
@Stability(Stable) public CfnAIAgent.TagFilterProperty.Builder andConditions(IResolvable andConditions) Sets the value ofCfnAIAgent.TagFilterProperty.getAndConditions()- Parameters:
andConditions- the value to be set.- Returns:
this
-
andConditions
@Stability(Stable) public CfnAIAgent.TagFilterProperty.Builder andConditions(List<? extends Object> andConditions) Sets the value ofCfnAIAgent.TagFilterProperty.getAndConditions()- Parameters:
andConditions- the value to be set.- Returns:
this
-
orConditions
@Stability(Stable) public CfnAIAgent.TagFilterProperty.Builder orConditions(IResolvable orConditions) Sets the value ofCfnAIAgent.TagFilterProperty.getOrConditions()- Parameters:
orConditions- the value to be set.- Returns:
this
-
orConditions
@Stability(Stable) public CfnAIAgent.TagFilterProperty.Builder orConditions(List<? extends Object> orConditions) Sets the value ofCfnAIAgent.TagFilterProperty.getOrConditions()- Parameters:
orConditions- the value to be set.- Returns:
this
-
tagCondition
@Stability(Stable) public CfnAIAgent.TagFilterProperty.Builder tagCondition(IResolvable tagCondition) Sets the value ofCfnAIAgent.TagFilterProperty.getTagCondition()- Parameters:
tagCondition- the value to be set.- Returns:
this
-
tagCondition
@Stability(Stable) public CfnAIAgent.TagFilterProperty.Builder tagCondition(CfnAIAgent.TagConditionProperty tagCondition) Sets the value ofCfnAIAgent.TagFilterProperty.getTagCondition()- Parameters:
tagCondition- the value to be set.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnAIAgent.TagFilterProperty>- Returns:
- a new instance of
CfnAIAgent.TagFilterProperty - Throws:
NullPointerException- if any required attribute was not provided
-