Class CfnTopic.NegativeFormatProperty.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.CfnTopic.NegativeFormatProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTopic.NegativeFormatProperty>
- Enclosing interface:
CfnTopic.NegativeFormatProperty
@Stability(Stable)
public static final class CfnTopic.NegativeFormatProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnTopic.NegativeFormatProperty>
A builder for
CfnTopic.NegativeFormatProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.Sets the value ofCfnTopic.NegativeFormatProperty.getPrefix()
Sets the value ofCfnTopic.NegativeFormatProperty.getSuffix()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
prefix
Sets the value ofCfnTopic.NegativeFormatProperty.getPrefix()
- Parameters:
prefix
- The prefix for a negative format.- Returns:
this
-
suffix
Sets the value ofCfnTopic.NegativeFormatProperty.getSuffix()
- Parameters:
suffix
- The suffix for a negative format.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnTopic.NegativeFormatProperty>
- Returns:
- a new instance of
CfnTopic.NegativeFormatProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-