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