public static interface UpdateAnalysisResponse.Builder extends QuickSightResponse.Builder, SdkPojo, CopyableBuilder<UpdateAnalysisResponse.Builder,UpdateAnalysisResponse>
| Modifier and Type | Method and Description |
|---|---|
UpdateAnalysisResponse.Builder |
analysisId(String analysisId)
The ID of the analysis.
|
UpdateAnalysisResponse.Builder |
arn(String arn)
The ARN of the analysis that you're updating.
|
UpdateAnalysisResponse.Builder |
requestId(String requestId)
The Amazon Web Services request ID for this operation.
|
UpdateAnalysisResponse.Builder |
status(Integer status)
The HTTP status of the request.
|
UpdateAnalysisResponse.Builder |
updateStatus(ResourceStatus updateStatus)
The update status of the last update that was made to the analysis.
|
UpdateAnalysisResponse.Builder |
updateStatus(String updateStatus)
The update status of the last update that was made to the analysis.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateAnalysisResponse.Builder arn(String arn)
The ARN of the analysis that you're updating.
arn - The ARN of the analysis that you're updating.UpdateAnalysisResponse.Builder analysisId(String analysisId)
The ID of the analysis.
analysisId - The ID of the analysis.UpdateAnalysisResponse.Builder updateStatus(String updateStatus)
The update status of the last update that was made to the analysis.
updateStatus - The update status of the last update that was made to the analysis.ResourceStatus,
ResourceStatusUpdateAnalysisResponse.Builder updateStatus(ResourceStatus updateStatus)
The update status of the last update that was made to the analysis.
updateStatus - The update status of the last update that was made to the analysis.ResourceStatus,
ResourceStatusUpdateAnalysisResponse.Builder status(Integer status)
The HTTP status of the request.
status - The HTTP status of the request.UpdateAnalysisResponse.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.