Interface DeleteAnalysisResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<DeleteAnalysisResponse.Builder,
,DeleteAnalysisResponse> QuickSightResponse.Builder
,SdkBuilder<DeleteAnalysisResponse.Builder,
,DeleteAnalysisResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
DeleteAnalysisResponse
public static interface DeleteAnalysisResponse.Builder
extends QuickSightResponse.Builder, SdkPojo, CopyableBuilder<DeleteAnalysisResponse.Builder,DeleteAnalysisResponse>
-
Method Summary
Modifier and TypeMethodDescriptionanalysisId
(String analysisId) The ID of the deleted analysis.The Amazon Resource Name (ARN) of the deleted analysis.deletionTime
(Instant deletionTime) The date and time that the analysis is scheduled to be deleted.The Amazon Web Services request ID for this operation.The HTTP status of the request.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.quicksight.model.QuickSightResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
status
The HTTP status of the request.
- Parameters:
status
- The HTTP status of the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
arn
The Amazon Resource Name (ARN) of the deleted analysis.
- Parameters:
arn
- The Amazon Resource Name (ARN) of the deleted analysis.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
analysisId
The ID of the deleted analysis.
- Parameters:
analysisId
- The ID of the deleted analysis.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
deletionTime
The date and time that the analysis is scheduled to be deleted.
- Parameters:
deletionTime
- The date and time that the analysis is scheduled to be deleted.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
requestId
The Amazon Web Services request ID for this operation.
- Parameters:
requestId
- The Amazon Web Services request ID for this operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-