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, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
CreateAnalysisResponse.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
,
ResourceStatus
CreateAnalysisResponse.Builder creationStatus(ResourceStatus creationStatus)
The status of the creation of the analysis.
creationStatus
- The status of the creation of the analysis.ResourceStatus
,
ResourceStatus
CreateAnalysisResponse.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 © 2022. All rights reserved.