public static interface DescribeTemplateDefinitionResponse.Builder extends QuickSightResponse.Builder, SdkPojo, CopyableBuilder<DescribeTemplateDefinitionResponse.Builder,DescribeTemplateDefinitionResponse>
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeTemplateDefinitionResponse.Builder name(String name)
The descriptive name of the template.
name - The descriptive name of the template.DescribeTemplateDefinitionResponse.Builder templateId(String templateId)
The ID of the template described.
templateId - The ID of the template described.DescribeTemplateDefinitionResponse.Builder errors(Collection<TemplateError> errors)
Errors associated with the template version.
errors - Errors associated with the template version.DescribeTemplateDefinitionResponse.Builder errors(TemplateError... errors)
Errors associated with the template version.
errors - Errors associated with the template version.DescribeTemplateDefinitionResponse.Builder errors(Consumer<TemplateError.Builder>... errors)
Errors associated with the 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) DescribeTemplateDefinitionResponse.Builder resourceStatus(String resourceStatus)
Status associated with the template.
CREATION_IN_PROGRESS
CREATION_SUCCESSFUL
CREATION_FAILED
UPDATE_IN_PROGRESS
UPDATE_SUCCESSFUL
UPDATE_FAILED
DELETED
resourceStatus - Status associated with the template.
CREATION_IN_PROGRESS
CREATION_SUCCESSFUL
CREATION_FAILED
UPDATE_IN_PROGRESS
UPDATE_SUCCESSFUL
UPDATE_FAILED
DELETED
ResourceStatus,
ResourceStatusDescribeTemplateDefinitionResponse.Builder resourceStatus(ResourceStatus resourceStatus)
Status associated with the template.
CREATION_IN_PROGRESS
CREATION_SUCCESSFUL
CREATION_FAILED
UPDATE_IN_PROGRESS
UPDATE_SUCCESSFUL
UPDATE_FAILED
DELETED
resourceStatus - Status associated with the template.
CREATION_IN_PROGRESS
CREATION_SUCCESSFUL
CREATION_FAILED
UPDATE_IN_PROGRESS
UPDATE_SUCCESSFUL
UPDATE_FAILED
DELETED
ResourceStatus,
ResourceStatusDescribeTemplateDefinitionResponse.Builder themeArn(String themeArn)
The ARN of the theme of the template.
themeArn - The ARN of the theme of the template.DescribeTemplateDefinitionResponse.Builder definition(TemplateVersionDefinition definition)
The definition of the template.
A definition is the data model of all features in a Dashboard, Template, or Analysis.
definition - The definition of the template.
A definition is the data model of all features in a Dashboard, Template, or Analysis.
default DescribeTemplateDefinitionResponse.Builder definition(Consumer<TemplateVersionDefinition.Builder> definition)
The definition of the template.
A definition is the data model of all features in a Dashboard, Template, or Analysis.
This is a convenience method that creates an instance of theTemplateVersionDefinition.Builder
avoiding the need to create one manually via TemplateVersionDefinition.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to definition(TemplateVersionDefinition).
definition - a consumer that will call methods on TemplateVersionDefinition.Builderdefinition(TemplateVersionDefinition)DescribeTemplateDefinitionResponse.Builder status(Integer status)
The HTTP status of the request.
status - The HTTP status of the request.DescribeTemplateDefinitionResponse.Builder requestId(String requestId)
The Amazon Web Services request ID for this operation.
requestId - The Amazon Web Services request ID for this operation.Copyright © 2023. All rights reserved.