Class CfnAIAgent.TagConditionProperty.Builder
java.lang.Object
software.amazon.awscdk.services.wisdom.CfnAIAgent.TagConditionProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnAIAgent.TagConditionProperty>
- Enclosing interface:
CfnAIAgent.TagConditionProperty
@Stability(Stable)
public static final class CfnAIAgent.TagConditionProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnAIAgent.TagConditionProperty>
A builder for
CfnAIAgent.TagConditionProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnAIAgent.TagConditionProperty.getKey()Sets the value ofCfnAIAgent.TagConditionProperty.getValue()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
key
Sets the value ofCfnAIAgent.TagConditionProperty.getKey()- Parameters:
key- The tag key in the tag condition. This parameter is required.- Returns:
this
-
value
Sets the value ofCfnAIAgent.TagConditionProperty.getValue()- Parameters:
value- The tag value in the tag condition.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnAIAgent.TagConditionProperty>- Returns:
- a new instance of
CfnAIAgent.TagConditionProperty - Throws:
NullPointerException- if any required attribute was not provided
-