public static interface AnalysisSummary.Builder extends SdkPojo, CopyableBuilder<AnalysisSummary.Builder,AnalysisSummary>
| Modifier and Type | Method and Description |
|---|---|
AnalysisSummary.Builder |
analysisId(String analysisId)
The ID of the analysis.
|
AnalysisSummary.Builder |
arn(String arn)
The Amazon Resource Name (ARN) for the analysis.
|
AnalysisSummary.Builder |
createdTime(Instant createdTime)
The time that the analysis was created.
|
AnalysisSummary.Builder |
lastUpdatedTime(Instant lastUpdatedTime)
The time that the analysis was last updated.
|
AnalysisSummary.Builder |
name(String name)
The name of the analysis.
|
AnalysisSummary.Builder |
status(ResourceStatus status)
The last known status for the analysis.
|
AnalysisSummary.Builder |
status(String status)
The last known status for the analysis.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAnalysisSummary.Builder arn(String arn)
The Amazon Resource Name (ARN) for the analysis.
arn - The Amazon Resource Name (ARN) for the analysis.AnalysisSummary.Builder analysisId(String analysisId)
The ID of the analysis. This ID displays in the URL.
analysisId - The ID of the analysis. This ID displays in the URL.AnalysisSummary.Builder name(String name)
The name of the analysis. This name is displayed in the Amazon QuickSight console.
name - The name of the analysis. This name is displayed in the Amazon QuickSight console.AnalysisSummary.Builder status(String status)
The last known status for the analysis.
status - The last known status for the analysis.ResourceStatus,
ResourceStatusAnalysisSummary.Builder status(ResourceStatus status)
The last known status for the analysis.
status - The last known status for the analysis.ResourceStatus,
ResourceStatusAnalysisSummary.Builder createdTime(Instant createdTime)
The time that the analysis was created.
createdTime - The time that the analysis was created.AnalysisSummary.Builder lastUpdatedTime(Instant lastUpdatedTime)
The time that the analysis was last updated.
lastUpdatedTime - The time that the analysis was last updated.Copyright © 2023. All rights reserved.