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 the template.
|
TemplateVersion.Builder |
errors(Consumer<TemplateError.Builder>... errors)
Errors associated with the template.
|
TemplateVersion.Builder |
errors(TemplateError... errors)
Errors associated with the template.
|
TemplateVersion.Builder |
sourceEntityArn(String sourceEntityArn)
The Amazon Resource Name (ARN) of the analysis or template which 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 |
versionNumber(Long versionNumber)
The version number of the template.
|
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 the template.
errors - Errors associated with the template.TemplateVersion.Builder errors(TemplateError... errors)
Errors associated with the template.
errors - Errors associated with the template.TemplateVersion.Builder errors(Consumer<TemplateError.Builder>... errors)
Errors associated with the template.
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.
versionNumber - The version number of the template.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. The idea is that any dashboard created from the template should be bound to new datasets matching the same schema described through this API. .
dataSetConfigurations - Schema of the dataset identified by the placeholder. The idea is that any dashboard created from the
template should be bound to new datasets matching the same schema described through this API. .TemplateVersion.Builder dataSetConfigurations(DataSetConfiguration... dataSetConfigurations)
Schema of the dataset identified by the placeholder. The idea is that any dashboard created from the template should be bound to new datasets matching the same schema described through this API. .
dataSetConfigurations - Schema of the dataset identified by the placeholder. The idea is that any dashboard created from the
template should be bound to new datasets matching the same schema described through this API. .TemplateVersion.Builder dataSetConfigurations(Consumer<DataSetConfiguration.Builder>... dataSetConfigurations)
Schema of the dataset identified by the placeholder. The idea is that any dashboard created from the template should be bound to new datasets matching the same schema described through this API. .
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 the analysis or template which was used to create this template.
sourceEntityArn - The Amazon Resource Name (ARN) of the analysis or template which was used to create this template.Copyright © 2020. All rights reserved.