Interface CfnTopic.NegativeFormatProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnTopic.NegativeFormatProperty.Jsii$Proxy
- Enclosing class:
CfnTopic
@Stability(Stable)
public static interface CfnTopic.NegativeFormatProperty
extends software.amazon.jsii.JsiiSerializable
A structure that represents a negative format.
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.quicksight.*; NegativeFormatProperty negativeFormatProperty = NegativeFormatProperty.builder() .prefix("prefix") .suffix("suffix") .build();
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnTopic.NegativeFormatProperty
static final class
An implementation forCfnTopic.NegativeFormatProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getPrefix
The prefix for a negative format. -
getSuffix
The suffix for a negative format. -
builder
-