Class CfnRule.SlaTargetFieldValueProperty.Builder
java.lang.Object
software.amazon.awscdk.services.connect.CfnRule.SlaTargetFieldValueProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnRule.SlaTargetFieldValueProperty>
- Enclosing interface:
CfnRule.SlaTargetFieldValueProperty
@Stability(Stable)
public static final class CfnRule.SlaTargetFieldValueProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnRule.SlaTargetFieldValueProperty>
A builder for
CfnRule.SlaTargetFieldValueProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.stringValue(String stringValue) Sets the value ofCfnRule.SlaTargetFieldValueProperty.getStringValue()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
stringValue
@Stability(Stable) public CfnRule.SlaTargetFieldValueProperty.Builder stringValue(String stringValue) Sets the value ofCfnRule.SlaTargetFieldValueProperty.getStringValue()- Parameters:
stringValue- the value to be set.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnRule.SlaTargetFieldValueProperty>- Returns:
- a new instance of
CfnRule.SlaTargetFieldValueProperty - Throws:
NullPointerException- if any required attribute was not provided
-