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 this template version.
|
TemplateVersion.Builder |
TemplateVersion.Builder.errors(Consumer<TemplateError.Builder>... errors) |
Errors associated with this template version.
|
TemplateVersion.Builder |
TemplateVersion.Builder.errors(TemplateError... errors) |
Errors associated with this template version.
|
TemplateVersion.Builder |
TemplateVersion.Builder.sheets(Collection<Sheet> sheets) |
A list of the associated sheets with the unique identifier and name of each sheet.
|
TemplateVersion.Builder |
TemplateVersion.Builder.sheets(Consumer<Sheet.Builder>... sheets) |
A list of the associated sheets with the unique identifier and name of each sheet.
|
TemplateVersion.Builder |
TemplateVersion.Builder.sheets(Sheet... sheets) |
A list of the associated sheets with the unique identifier and name of each sheet.
|
TemplateVersion.Builder |
TemplateVersion.Builder.sourceEntityArn(String sourceEntityArn) |
The Amazon Resource Name (ARN) of an analysis or template that was used to create this template.
|
TemplateVersion.Builder |
TemplateVersion.Builder.status(String status) |
The status that is associated with the template.
|
TemplateVersion.Builder |
TemplateVersion.Builder.status(ResourceStatus status) |
The status that is associated with the template.
|
TemplateVersion.Builder |
TemplateVersion.Builder.themeArn(String themeArn) |
The ARN of the theme associated with this version of the template.
|
TemplateVersion.Builder |
TemplateVersion.toBuilder() |
|
TemplateVersion.Builder |
TemplateVersion.Builder.versionNumber(Long versionNumber) |
The version number of the template version.
|