public static interface DeleteAnalysisResponse.Builder extends QuickSightResponse.Builder, SdkPojo, CopyableBuilder<DeleteAnalysisResponse.Builder,DeleteAnalysisResponse>
Modifier and Type | Method and Description |
---|---|
DeleteAnalysisResponse.Builder |
analysisId(String analysisId)
The ID of the deleted analysis.
|
DeleteAnalysisResponse.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the deleted analysis.
|
DeleteAnalysisResponse.Builder |
deletionTime(Instant deletionTime)
The date and time that the analysis is scheduled to be deleted.
|
DeleteAnalysisResponse.Builder |
requestId(String requestId)
The Amazon Web Services request ID for this operation.
|
DeleteAnalysisResponse.Builder |
status(Integer status)
The HTTP status of the request.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
DeleteAnalysisResponse.Builder status(Integer status)
The HTTP status of the request.
status
- The HTTP status of the request.DeleteAnalysisResponse.Builder arn(String arn)
The Amazon Resource Name (ARN) of the deleted analysis.
arn
- The Amazon Resource Name (ARN) of the deleted analysis.DeleteAnalysisResponse.Builder analysisId(String analysisId)
The ID of the deleted analysis.
analysisId
- The ID of the deleted analysis.DeleteAnalysisResponse.Builder deletionTime(Instant deletionTime)
The date and time that the analysis is scheduled to be deleted.
deletionTime
- The date and time that the analysis is scheduled to be deleted.DeleteAnalysisResponse.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.