@Stability(value=Stable) public static final class CfnTemplate.TemplateVersionProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnTemplate.TemplateVersionProperty>
CfnTemplate.TemplateVersionProperty
Constructor and Description |
---|
Builder() |
@Stability(value=Stable) public CfnTemplate.TemplateVersionProperty.Builder createdTime(String createdTime)
CfnTemplate.TemplateVersionProperty.getCreatedTime()
createdTime
- The time that this template version was created.this
@Stability(value=Stable) public CfnTemplate.TemplateVersionProperty.Builder dataSetConfigurations(IResolvable dataSetConfigurations)
CfnTemplate.TemplateVersionProperty.getDataSetConfigurations()
dataSetConfigurations
- Schema of the dataset identified by the placeholder.
Any dashboard created from this template should be bound to new datasets matching the same schema described through this API operation.this
@Stability(value=Stable) public CfnTemplate.TemplateVersionProperty.Builder dataSetConfigurations(List<? extends Object> dataSetConfigurations)
CfnTemplate.TemplateVersionProperty.getDataSetConfigurations()
dataSetConfigurations
- Schema of the dataset identified by the placeholder.
Any dashboard created from this template should be bound to new datasets matching the same schema described through this API operation.this
@Stability(value=Stable) public CfnTemplate.TemplateVersionProperty.Builder description(String description)
CfnTemplate.TemplateVersionProperty.getDescription()
description
- The description of the template.this
@Stability(value=Stable) public CfnTemplate.TemplateVersionProperty.Builder errors(IResolvable errors)
CfnTemplate.TemplateVersionProperty.getErrors()
errors
- Errors associated with this template version.this
@Stability(value=Stable) public CfnTemplate.TemplateVersionProperty.Builder errors(List<? extends Object> errors)
CfnTemplate.TemplateVersionProperty.getErrors()
errors
- Errors associated with this template version.this
@Stability(value=Stable) public CfnTemplate.TemplateVersionProperty.Builder sheets(IResolvable sheets)
CfnTemplate.TemplateVersionProperty.getSheets()
sheets
- A list of the associated sheets with the unique identifier and name of each sheet.this
@Stability(value=Stable) public CfnTemplate.TemplateVersionProperty.Builder sheets(List<? extends Object> sheets)
CfnTemplate.TemplateVersionProperty.getSheets()
sheets
- A list of the associated sheets with the unique identifier and name of each sheet.this
@Stability(value=Stable) public CfnTemplate.TemplateVersionProperty.Builder sourceEntityArn(String sourceEntityArn)
CfnTemplate.TemplateVersionProperty.getSourceEntityArn()
sourceEntityArn
- The Amazon Resource Name (ARN) of an analysis or template that was used to create this template.this
@Stability(value=Stable) public CfnTemplate.TemplateVersionProperty.Builder status(String status)
CfnTemplate.TemplateVersionProperty.getStatus()
status
- The status that is associated with the template.
CREATION_IN_PROGRESS
CREATION_SUCCESSFUL
CREATION_FAILED
UPDATE_IN_PROGRESS
UPDATE_SUCCESSFUL
UPDATE_FAILED
DELETED
this
@Stability(value=Stable) public CfnTemplate.TemplateVersionProperty.Builder themeArn(String themeArn)
CfnTemplate.TemplateVersionProperty.getThemeArn()
themeArn
- The ARN of the theme associated with this version of the template.this
@Stability(value=Stable) public CfnTemplate.TemplateVersionProperty.Builder versionNumber(Number versionNumber)
CfnTemplate.TemplateVersionProperty.getVersionNumber()
versionNumber
- The version number of the template version.this
@Stability(value=Stable) public CfnTemplate.TemplateVersionProperty build()
build
in interface software.amazon.jsii.Builder<CfnTemplate.TemplateVersionProperty>
CfnTemplate.TemplateVersionProperty
NullPointerException
- if any required attribute was not providedCopyright © 2023. All rights reserved.