| Package | Description |
|---|---|
| software.amazon.awssdk.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
static TemplateVersion.Builder |
TemplateVersion.builder() |
TemplateVersion.Builder |
TemplateVersion.Builder.createdTime(Instant createdTime)
The time that this template version was created.
|
TemplateVersion.Builder |
TemplateVersion.Builder.dataSetConfigurations(Collection<DataSetConfiguration> dataSetConfigurations)
Schema of the dataset identified by the placeholder.
|
TemplateVersion.Builder |
TemplateVersion.Builder.dataSetConfigurations(Consumer<DataSetConfiguration.Builder>... dataSetConfigurations)
Schema of the dataset identified by the placeholder.
|
TemplateVersion.Builder |
TemplateVersion.Builder.dataSetConfigurations(DataSetConfiguration... dataSetConfigurations)
Schema of the dataset identified by the placeholder.
|
TemplateVersion.Builder |
TemplateVersion.Builder.description(String description)
The description of the template.
|
TemplateVersion.Builder |
TemplateVersion.Builder.errors(Collection<TemplateError> errors)
Errors associated with the template.
|
TemplateVersion.Builder |
TemplateVersion.Builder.errors(Consumer<TemplateError.Builder>... errors)
Errors associated with the template.
|
TemplateVersion.Builder |
TemplateVersion.Builder.errors(TemplateError... errors)
Errors associated with the template.
|
TemplateVersion.Builder |
TemplateVersion.Builder.sourceEntityArn(String sourceEntityArn)
The Amazon Resource Name (ARN) of the analysis or template which was used to create this template.
|
TemplateVersion.Builder |
TemplateVersion.Builder.status(ResourceStatus status)
The HTTP status of the request.
|
TemplateVersion.Builder |
TemplateVersion.Builder.status(String status)
The HTTP status of the request.
|
TemplateVersion.Builder |
TemplateVersion.toBuilder() |
TemplateVersion.Builder |
TemplateVersion.Builder.versionNumber(Long versionNumber)
The version number of the template.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends TemplateVersion.Builder> |
TemplateVersion.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default Template.Builder |
Template.Builder.version(Consumer<TemplateVersion.Builder> version)
A structure describing the versions of the template.
|
Copyright © 2020. All rights reserved.