Interface DescribeTemplateDefinitionResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<DescribeTemplateDefinitionResponse.Builder,
,DescribeTemplateDefinitionResponse> QuickSightResponse.Builder
,SdkBuilder<DescribeTemplateDefinitionResponse.Builder,
,DescribeTemplateDefinitionResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
DescribeTemplateDefinitionResponse
-
Method Summary
Modifier and TypeMethodDescriptiondefinition
(Consumer<TemplateVersionDefinition.Builder> definition) The definition of the template.definition
(TemplateVersionDefinition definition) The definition of the template.errors
(Collection<TemplateError> errors) Errors associated with the template version.errors
(Consumer<TemplateError.Builder>... errors) Errors associated with the template version.errors
(TemplateError... errors) Errors associated with the template version.The descriptive name of the template.The Amazon Web Services request ID for this operation.resourceStatus
(String resourceStatus) Status associated with the template.resourceStatus
(ResourceStatus resourceStatus) Status associated with the template.The HTTP status of the request.templateId
(String templateId) The ID of the template described.The ARN of the theme of the template.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.quicksight.model.QuickSightResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
name
The descriptive name of the template.
- Parameters:
name
- The descriptive name of the template.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
templateId
The ID of the template described.
- Parameters:
templateId
- The ID of the template described.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
errors
Errors associated with the template version.
- Parameters:
errors
- Errors associated with the template version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
errors
Errors associated with the template version.
- Parameters:
errors
- Errors associated with the template version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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 viaTemplateError.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toerrors(List<TemplateError>)
.- Parameters:
errors
- a consumer that will call methods onTemplateError.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
resourceStatus
Status associated with the template.
-
CREATION_IN_PROGRESS
-
CREATION_SUCCESSFUL
-
CREATION_FAILED
-
UPDATE_IN_PROGRESS
-
UPDATE_SUCCESSFUL
-
UPDATE_FAILED
-
DELETED
- Parameters:
resourceStatus
- Status associated with the template.-
CREATION_IN_PROGRESS
-
CREATION_SUCCESSFUL
-
CREATION_FAILED
-
UPDATE_IN_PROGRESS
-
UPDATE_SUCCESSFUL
-
UPDATE_FAILED
-
DELETED
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
resourceStatus
Status associated with the template.
-
CREATION_IN_PROGRESS
-
CREATION_SUCCESSFUL
-
CREATION_FAILED
-
UPDATE_IN_PROGRESS
-
UPDATE_SUCCESSFUL
-
UPDATE_FAILED
-
DELETED
- Parameters:
resourceStatus
- Status associated with the template.-
CREATION_IN_PROGRESS
-
CREATION_SUCCESSFUL
-
CREATION_FAILED
-
UPDATE_IN_PROGRESS
-
UPDATE_SUCCESSFUL
-
UPDATE_FAILED
-
DELETED
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
themeArn
The ARN of the theme of the template.
- Parameters:
themeArn
- The ARN of the theme of the template.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
definition
The definition of the template.
A definition is the data model of all features in a Dashboard, Template, or Analysis.
- Parameters:
definition
- The definition of the template.A definition is the data model of all features in a Dashboard, Template, or Analysis.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
definition
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 viaTemplateVersionDefinition.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed todefinition(TemplateVersionDefinition)
.- Parameters:
definition
- a consumer that will call methods onTemplateVersionDefinition.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The HTTP status of the request.
- Parameters:
status
- The HTTP status of the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
requestId
The Amazon Web Services request ID for this operation.
- Parameters:
requestId
- The Amazon Web Services request ID for this operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-