Interface CfnTemplate.AssetOptionsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnTemplate.AssetOptionsProperty.Jsii$Proxy
- Enclosing class:
CfnTemplate
@Stability(Stable)
public static interface CfnTemplate.AssetOptionsProperty
extends software.amazon.jsii.JsiiSerializable
An array of analysis level configurations.
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.*;
AssetOptionsProperty assetOptionsProperty = AssetOptionsProperty.builder()
.timezone("timezone")
.weekStart("weekStart")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnTemplate.AssetOptionsPropertystatic final classAn implementation forCfnTemplate.AssetOptionsProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getTimezone
Determines the timezone for the analysis.- See Also:
-
getWeekStart
Determines the week start day for an analysis.- See Also:
-
builder
-