public static interface CreateAnalysisResponse.Builder extends QuickSightResponse.Builder, SdkPojo, CopyableBuilder<CreateAnalysisResponse.Builder,CreateAnalysisResponse>
| Modifier and Type | Method and Description |
|---|---|
CreateAnalysisResponse.Builder |
analysisId(String analysisId)
The ID of the analysis.
|
CreateAnalysisResponse.Builder |
arn(String arn)
The ARN for the analysis.
|
CreateAnalysisResponse.Builder |
creationStatus(ResourceStatus creationStatus)
The status of the creation of the analysis.
|
CreateAnalysisResponse.Builder |
creationStatus(String creationStatus)
The status of the creation of the analysis.
|
CreateAnalysisResponse.Builder |
requestId(String requestId)
The Amazon Web Services request ID for this operation.
|
CreateAnalysisResponse.Builder |
status(Integer status)
The HTTP status of the request.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateAnalysisResponse.Builder arn(String arn)
The ARN for the analysis.
arn - The ARN for the analysis.CreateAnalysisResponse.Builder analysisId(String analysisId)
The ID of the analysis.
analysisId - The ID of the analysis.CreateAnalysisResponse.Builder creationStatus(String creationStatus)
The status of the creation of the analysis.
creationStatus - The status of the creation of the analysis.ResourceStatus,
ResourceStatusCreateAnalysisResponse.Builder creationStatus(ResourceStatus creationStatus)
The status of the creation of the analysis.
creationStatus - The status of the creation of the analysis.ResourceStatus,
ResourceStatusCreateAnalysisResponse.Builder status(Integer status)
The HTTP status of the request.
status - The HTTP status of the request.CreateAnalysisResponse.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.