| Package | Description |
|---|---|
| com.amazonaws.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
Analysis |
Analysis.clone() |
Analysis |
DescribeAnalysisResult.getAnalysis()
A metadata structure that contains summary information for the analysis that you're describing.
|
Analysis |
Analysis.withAnalysisId(String analysisId)
The ID of the analysis.
|
Analysis |
Analysis.withArn(String arn)
The Amazon Resource Name (ARN) of the analysis.
|
Analysis |
Analysis.withCreatedTime(Date createdTime)
The time that the analysis was created.
|
Analysis |
Analysis.withDataSetArns(Collection<String> dataSetArns)
The ARNs of the datasets of the analysis.
|
Analysis |
Analysis.withDataSetArns(String... dataSetArns)
The ARNs of the datasets of the analysis.
|
Analysis |
Analysis.withErrors(AnalysisError... errors)
Errors associated with the analysis.
|
Analysis |
Analysis.withErrors(Collection<AnalysisError> errors)
Errors associated with the analysis.
|
Analysis |
Analysis.withLastUpdatedTime(Date lastUpdatedTime)
The time that the analysis was last updated.
|
Analysis |
Analysis.withName(String name)
The descriptive name of the analysis.
|
Analysis |
Analysis.withSheets(Collection<Sheet> sheets)
A list of the associated sheets with the unique identifier and name of each sheet.
|
Analysis |
Analysis.withSheets(Sheet... sheets)
A list of the associated sheets with the unique identifier and name of each sheet.
|
Analysis |
Analysis.withStatus(ResourceStatus status)
Status associated with the analysis.
|
Analysis |
Analysis.withStatus(String status)
Status associated with the analysis.
|
Analysis |
Analysis.withThemeArn(String themeArn)
The ARN of the theme of the analysis.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeAnalysisResult.setAnalysis(Analysis analysis)
A metadata structure that contains summary information for the analysis that you're describing.
|
DescribeAnalysisResult |
DescribeAnalysisResult.withAnalysis(Analysis analysis)
A metadata structure that contains summary information for the analysis that you're describing.
|
Copyright © 2022. All rights reserved.