| Package | Description |
|---|---|
| software.amazon.awssdk.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
Analysis.Builder |
Analysis.Builder.analysisId(String analysisId)
The ID of the analysis.
|
Analysis.Builder |
Analysis.Builder.arn(String arn)
The Amazon Resource Name (ARN) of the analysis.
|
static Analysis.Builder |
Analysis.builder() |
Analysis.Builder |
Analysis.Builder.createdTime(Instant createdTime)
The time that the analysis was created.
|
Analysis.Builder |
Analysis.Builder.dataSetArns(Collection<String> dataSetArns)
The ARNs of the datasets of the analysis.
|
Analysis.Builder |
Analysis.Builder.dataSetArns(String... dataSetArns)
The ARNs of the datasets of the analysis.
|
Analysis.Builder |
Analysis.Builder.errors(AnalysisError... errors)
Errors associated with the analysis.
|
Analysis.Builder |
Analysis.Builder.errors(Collection<AnalysisError> errors)
Errors associated with the analysis.
|
Analysis.Builder |
Analysis.Builder.errors(Consumer<AnalysisError.Builder>... errors)
Errors associated with the analysis.
|
Analysis.Builder |
Analysis.Builder.lastUpdatedTime(Instant lastUpdatedTime)
The time that the analysis was last updated.
|
Analysis.Builder |
Analysis.Builder.name(String name)
The descriptive name of the analysis.
|
Analysis.Builder |
Analysis.Builder.sheets(Collection<Sheet> sheets)
A list of the associated sheets with the unique identifier and name of each sheet.
|
Analysis.Builder |
Analysis.Builder.sheets(Consumer<Sheet.Builder>... sheets)
A list of the associated sheets with the unique identifier and name of each sheet.
|
Analysis.Builder |
Analysis.Builder.sheets(Sheet... sheets)
A list of the associated sheets with the unique identifier and name of each sheet.
|
Analysis.Builder |
Analysis.Builder.status(ResourceStatus status)
Status associated with the analysis.
|
Analysis.Builder |
Analysis.Builder.status(String status)
Status associated with the analysis.
|
Analysis.Builder |
Analysis.Builder.themeArn(String themeArn)
The ARN of the theme of the analysis.
|
Analysis.Builder |
Analysis.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Analysis.Builder> |
Analysis.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default DescribeAnalysisResponse.Builder |
DescribeAnalysisResponse.Builder.analysis(Consumer<Analysis.Builder> analysis)
A metadata structure that contains summary information for the analysis that you're describing.
|
Copyright © 2020. All rights reserved.