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, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
UpdateAnalysisResponse.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
,
ResourceStatus
UpdateAnalysisResponse.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
,
ResourceStatus
UpdateAnalysisResponse.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 © 2021. All rights reserved.