public static interface TemplateVersion.Builder extends SdkPojo, CopyableBuilder<TemplateVersion.Builder,TemplateVersion>
| Modifier and Type | Method and Description |
|---|---|
TemplateVersion.Builder |
createdTime(Instant createdTime)
The time that this template version was created.
|
TemplateVersion.Builder |
dataSetConfigurations(Collection<DataSetConfiguration> dataSetConfigurations)
Schema of the dataset identified by the placeholder.
|
TemplateVersion.Builder |
dataSetConfigurations(Consumer<DataSetConfiguration.Builder>... dataSetConfigurations)
Schema of the dataset identified by the placeholder.
|
TemplateVersion.Builder |
dataSetConfigurations(DataSetConfiguration... dataSetConfigurations)
Schema of the dataset identified by the placeholder.
|
TemplateVersion.Builder |
description(String description)
The description of the template.
|
TemplateVersion.Builder |
errors(Collection<TemplateError> errors)
Errors associated with this template version.
|
TemplateVersion.Builder |
errors(Consumer<TemplateError.Builder>... errors)
Errors associated with this template version.
|
TemplateVersion.Builder |
errors(TemplateError... errors)
Errors associated with this template version.
|
TemplateVersion.Builder |
sheets(Collection<Sheet> sheets)
A list of the associated sheets with the unique identifier and name of each sheet.
|
TemplateVersion.Builder |
sheets(Consumer<Sheet.Builder>... sheets)
A list of the associated sheets with the unique identifier and name of each sheet.
|
TemplateVersion.Builder |
sheets(Sheet... sheets)
A list of the associated sheets with the unique identifier and name of each sheet.
|
TemplateVersion.Builder |
sourceEntityArn(String sourceEntityArn)
The Amazon Resource Name (ARN) of an analysis or template that was used to create this template.
|
TemplateVersion.Builder |
status(ResourceStatus status)
The status that is associated with the template.
|
TemplateVersion.Builder |
status(String status)
The status that is associated with the template.
|
TemplateVersion.Builder |
themeArn(String themeArn)
The ARN of the theme associated with this version of the template.
|
TemplateVersion.Builder |
versionNumber(Long versionNumber)
The version number of the template version.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTemplateVersion.Builder createdTime(Instant createdTime)
The time that this template version was created.
createdTime - The time that this template version was created.TemplateVersion.Builder errors(Collection<TemplateError> errors)
Errors associated with this template version.
errors - Errors associated with this template version.TemplateVersion.Builder errors(TemplateError... errors)
Errors associated with this template version.
errors - Errors associated with this template version.TemplateVersion.Builder errors(Consumer<TemplateError.Builder>... errors)
Errors associated with this template version.
This is a convenience method that creates an instance of theTemplateError.Builder avoiding the need to create
one manually via TemplateError.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #errors(List.
errors - a consumer that will call methods on
TemplateError.Builder#errors(java.util.Collection) TemplateVersion.Builder versionNumber(Long versionNumber)
The version number of the template version.
versionNumber - The version number of the template version.TemplateVersion.Builder status(String status)
The status that is associated with the template.
CREATION_IN_PROGRESS
CREATION_SUCCESSFUL
CREATION_FAILED
UPDATE_IN_PROGRESS
UPDATE_SUCCESSFUL
UPDATE_FAILED
DELETED
status - The status that is associated with the template.
CREATION_IN_PROGRESS
CREATION_SUCCESSFUL
CREATION_FAILED
UPDATE_IN_PROGRESS
UPDATE_SUCCESSFUL
UPDATE_FAILED
DELETED
ResourceStatus,
ResourceStatusTemplateVersion.Builder status(ResourceStatus status)
The status that is associated with the template.
CREATION_IN_PROGRESS
CREATION_SUCCESSFUL
CREATION_FAILED
UPDATE_IN_PROGRESS
UPDATE_SUCCESSFUL
UPDATE_FAILED
DELETED
status - The status that is associated with the template.
CREATION_IN_PROGRESS
CREATION_SUCCESSFUL
CREATION_FAILED
UPDATE_IN_PROGRESS
UPDATE_SUCCESSFUL
UPDATE_FAILED
DELETED
ResourceStatus,
ResourceStatusTemplateVersion.Builder dataSetConfigurations(Collection<DataSetConfiguration> 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.
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.TemplateVersion.Builder dataSetConfigurations(DataSetConfiguration... 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.
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.TemplateVersion.Builder dataSetConfigurations(Consumer<DataSetConfiguration.Builder>... 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 is a convenience method that creates an instance of theDataSetConfiguration.Builder avoiding the need to
create one manually via
DataSetConfiguration.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #dataSetConfigurations(List.
dataSetConfigurations - a consumer that will call methods on
DataSetConfiguration.Builder#dataSetConfigurations(java.util.Collection) TemplateVersion.Builder description(String description)
The description of the template.
description - The description of the template.TemplateVersion.Builder sourceEntityArn(String sourceEntityArn)
The Amazon Resource Name (ARN) of an analysis or template that was used to create this template.
sourceEntityArn - The Amazon Resource Name (ARN) of an analysis or template that was used to create this template.TemplateVersion.Builder themeArn(String themeArn)
The ARN of the theme associated with this version of the template.
themeArn - The ARN of the theme associated with this version of the template.TemplateVersion.Builder sheets(Collection<Sheet> sheets)
A list of the associated sheets with the unique identifier and name of each sheet.
sheets - A list of the associated sheets with the unique identifier and name of each sheet.TemplateVersion.Builder sheets(Sheet... sheets)
A list of the associated sheets with the unique identifier and name of each sheet.
sheets - A list of the associated sheets with the unique identifier and name of each sheet.TemplateVersion.Builder sheets(Consumer<Sheet.Builder>... sheets)
A list of the associated sheets with the unique identifier and name of each sheet.
This is a convenience method that creates an instance of theSheet.Builder avoiding the need to create one
manually via Sheet.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #sheets(List.
sheets - a consumer that will call methods on
Sheet.Builder#sheets(java.util.Collection) Copyright © 2023. All rights reserved.