Interface CfnAnalysis.IntegerValueWhenUnsetConfigurationProperty
- All Superinterfaces:
- software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
- CfnAnalysis.IntegerValueWhenUnsetConfigurationProperty.Jsii$Proxy
- Enclosing class:
- CfnAnalysis
@Stability(Stable)
public static interface CfnAnalysis.IntegerValueWhenUnsetConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
A parameter declaration for the 
Integer data type.
 This is a union type structure. For this structure to be valid, only one of the attributes can be defined.
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.*;
 IntegerValueWhenUnsetConfigurationProperty integerValueWhenUnsetConfigurationProperty = IntegerValueWhenUnsetConfigurationProperty.builder()
         .customValue(123)
         .valueWhenUnsetOption("valueWhenUnsetOption")
         .build();
 - 
Nested Class SummaryNested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnAnalysis.IntegerValueWhenUnsetConfigurationPropertystatic final classAn implementation forCfnAnalysis.IntegerValueWhenUnsetConfigurationProperty
- 
Method SummaryMethods inherited from interface software.amazon.jsii.JsiiSerializable$jsii$toJson
- 
Method Details- 
getCustomValueA custom value that's used when the value of a parameter isn't set.
- 
getValueWhenUnsetOptionThe built-in options for default values. The value can be one of the following:.- RECOMMENDED: The recommended value.
- NULL: The- NULLvalue.
 
- 
builder
 
-