public static interface RestoreAnalysisResponse.Builder extends QuickSightResponse.Builder, SdkPojo, CopyableBuilder<RestoreAnalysisResponse.Builder,RestoreAnalysisResponse>
Modifier and Type | Method and Description |
---|---|
RestoreAnalysisResponse.Builder |
analysisId(String analysisId)
The ID of the analysis that you're restoring.
|
RestoreAnalysisResponse.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the analysis that you're restoring.
|
RestoreAnalysisResponse.Builder |
requestId(String requestId)
The Amazon Web Services request ID for this operation.
|
RestoreAnalysisResponse.Builder |
status(Integer status)
The HTTP status of the request.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
RestoreAnalysisResponse.Builder status(Integer status)
The HTTP status of the request.
status
- The HTTP status of the request.RestoreAnalysisResponse.Builder arn(String arn)
The Amazon Resource Name (ARN) of the analysis that you're restoring.
arn
- The Amazon Resource Name (ARN) of the analysis that you're restoring.RestoreAnalysisResponse.Builder analysisId(String analysisId)
The ID of the analysis that you're restoring.
analysisId
- The ID of the analysis that you're restoring.RestoreAnalysisResponse.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.