| Package | Description |
|---|---|
| com.amazonaws.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
TemplateVersion |
TemplateVersion.clone() |
TemplateVersion |
Template.getVersion()
A structure describing the versions of the template.
|
TemplateVersion |
TemplateVersion.withCreatedTime(Date createdTime)
The time that this template version was created.
|
TemplateVersion |
TemplateVersion.withDataSetConfigurations(Collection<DataSetConfiguration> dataSetConfigurations)
Schema of the dataset identified by the placeholder.
|
TemplateVersion |
TemplateVersion.withDataSetConfigurations(DataSetConfiguration... dataSetConfigurations)
Schema of the dataset identified by the placeholder.
|
TemplateVersion |
TemplateVersion.withDescription(String description)
The description of the template.
|
TemplateVersion |
TemplateVersion.withErrors(Collection<TemplateError> errors)
Errors associated with this template version.
|
TemplateVersion |
TemplateVersion.withErrors(TemplateError... errors)
Errors associated with this template version.
|
TemplateVersion |
TemplateVersion.withSheets(Collection<Sheet> sheets)
A list of the associated sheets with the unique identifier and name of each sheet.
|
TemplateVersion |
TemplateVersion.withSheets(Sheet... sheets)
A list of the associated sheets with the unique identifier and name of each sheet.
|
TemplateVersion |
TemplateVersion.withSourceEntityArn(String sourceEntityArn)
The Amazon Resource Name (ARN) of an analysis or template that was used to create this template.
|
TemplateVersion |
TemplateVersion.withStatus(ResourceStatus status)
The HTTP status of the request.
|
TemplateVersion |
TemplateVersion.withStatus(String status)
The HTTP status of the request.
|
TemplateVersion |
TemplateVersion.withThemeArn(String themeArn)
The ARN of the theme associated with this version of the template.
|
TemplateVersion |
TemplateVersion.withVersionNumber(Long versionNumber)
The version number of the template version.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Template.setVersion(TemplateVersion version)
A structure describing the versions of the template.
|
Template |
Template.withVersion(TemplateVersion version)
A structure describing the versions of the template.
|
Copyright © 2023. All rights reserved.