public static interface DescribeAnalysisDefinitionResponse.Builder extends QuickSightResponse.Builder, SdkPojo, CopyableBuilder<DescribeAnalysisDefinitionResponse.Builder,DescribeAnalysisDefinitionResponse>
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeAnalysisDefinitionResponse.Builder analysisId(String analysisId)
The ID of the analysis described.
analysisId - The ID of the analysis described.DescribeAnalysisDefinitionResponse.Builder name(String name)
The descriptive name of the analysis.
name - The descriptive name of the analysis.DescribeAnalysisDefinitionResponse.Builder errors(Collection<AnalysisError> errors)
Errors associated with the analysis.
errors - Errors associated with the analysis.DescribeAnalysisDefinitionResponse.Builder errors(AnalysisError... errors)
Errors associated with the analysis.
errors - Errors associated with the analysis.DescribeAnalysisDefinitionResponse.Builder errors(Consumer<AnalysisError.Builder>... errors)
Errors associated with the analysis.
This is a convenience method that creates an instance of theAnalysisError.Builder avoiding the need to create
one manually via AnalysisError.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
AnalysisError.Builder#errors(java.util.Collection) DescribeAnalysisDefinitionResponse.Builder resourceStatus(String resourceStatus)
Status associated with the analysis.
CREATION_IN_PROGRESS
CREATION_SUCCESSFUL
CREATION_FAILED
UPDATE_IN_PROGRESS
UPDATE_SUCCESSFUL
UPDATE_FAILED
DELETED
resourceStatus - Status associated with the analysis.
CREATION_IN_PROGRESS
CREATION_SUCCESSFUL
CREATION_FAILED
UPDATE_IN_PROGRESS
UPDATE_SUCCESSFUL
UPDATE_FAILED
DELETED
ResourceStatus,
ResourceStatusDescribeAnalysisDefinitionResponse.Builder resourceStatus(ResourceStatus resourceStatus)
Status associated with the analysis.
CREATION_IN_PROGRESS
CREATION_SUCCESSFUL
CREATION_FAILED
UPDATE_IN_PROGRESS
UPDATE_SUCCESSFUL
UPDATE_FAILED
DELETED
resourceStatus - Status associated with the analysis.
CREATION_IN_PROGRESS
CREATION_SUCCESSFUL
CREATION_FAILED
UPDATE_IN_PROGRESS
UPDATE_SUCCESSFUL
UPDATE_FAILED
DELETED
ResourceStatus,
ResourceStatusDescribeAnalysisDefinitionResponse.Builder themeArn(String themeArn)
The ARN of the theme of the analysis.
themeArn - The ARN of the theme of the analysis.DescribeAnalysisDefinitionResponse.Builder definition(AnalysisDefinition definition)
The definition of an analysis.
A definition is the data model of all features in a Dashboard, Template, or Analysis.
definition - The definition of an analysis.
A definition is the data model of all features in a Dashboard, Template, or Analysis.
default DescribeAnalysisDefinitionResponse.Builder definition(Consumer<AnalysisDefinition.Builder> definition)
The definition of an analysis.
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 theAnalysisDefinition.Builder avoiding the
need to create one manually via AnalysisDefinition.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to definition(AnalysisDefinition).
definition - a consumer that will call methods on AnalysisDefinition.Builderdefinition(AnalysisDefinition)DescribeAnalysisDefinitionResponse.Builder status(Integer status)
The HTTP status of the request.
status - The HTTP status of the request.DescribeAnalysisDefinitionResponse.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.