Interface CfnAnalysis.DefaultPaginatedLayoutConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnAnalysis.DefaultPaginatedLayoutConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnAnalysis
@Stability(Stable)
public static interface CfnAnalysis.DefaultPaginatedLayoutConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
The options that determine the default settings for a paginated layout configuration.
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.*;
DefaultPaginatedLayoutConfigurationProperty defaultPaginatedLayoutConfigurationProperty = DefaultPaginatedLayoutConfigurationProperty.builder()
.sectionBased(DefaultSectionBasedLayoutConfigurationProperty.builder()
.canvasSizeOptions(SectionBasedLayoutCanvasSizeOptionsProperty.builder()
.paperCanvasSizeOptions(SectionBasedLayoutPaperCanvasSizeOptionsProperty.builder()
.paperMargin(SpacingProperty.builder()
.bottom("bottom")
.left("left")
.right("right")
.top("top")
.build())
.paperOrientation("paperOrientation")
.paperSize("paperSize")
.build())
.build())
.build())
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnAnalysis.DefaultPaginatedLayoutConfigurationPropertystatic final classAn implementation forCfnAnalysis.DefaultPaginatedLayoutConfigurationProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getSectionBased
The options that determine the default settings for a section-based layout configuration.Returns union: either
IResolvableorCfnAnalysis.DefaultSectionBasedLayoutConfigurationProperty- See Also:
-
builder
-