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 HTTP status of the request.
|
TemplateVersion.Builder |
status(String status)
The HTTP status of the request.
|
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 that creates an instance of theList.Builder avoiding the need
to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and
its result is passed to #errors(List) .errors - a consumer that will call methods on List.Builder #errors(List) 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 HTTP status of the request.
status - The HTTP status of the request.ResourceStatus,
ResourceStatusTemplateVersion.Builder status(ResourceStatus status)
The HTTP status of the request.
status - The HTTP status of the request.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 that creates an instance of theList.Builder avoiding the
need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately
and its result is passed to #dataSetConfigurations(List) .dataSetConfigurations - a consumer that will call methods on List.Builder #dataSetConfigurations(List) 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 that creates an instance of theList.Builder avoiding the need to create
one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its result
is passed to #sheets(List) .sheets - a consumer that will call methods on List.Builder #sheets(List) Copyright © 2020. All rights reserved.