public static interface DeleteAnalysisRequest.Builder extends QuickSightRequest.Builder, SdkPojo, CopyableBuilder<DeleteAnalysisRequest.Builder,DeleteAnalysisRequest>
Modifier and Type | Method and Description |
---|---|
DeleteAnalysisRequest.Builder |
analysisId(String analysisId)
The ID of the analysis that you're deleting.
|
DeleteAnalysisRequest.Builder |
awsAccountId(String awsAccountId)
The ID of the Amazon Web Services account where you want to delete an analysis.
|
DeleteAnalysisRequest.Builder |
forceDeleteWithoutRecovery(Boolean forceDeleteWithoutRecovery)
This option defaults to the value
NoForceDeleteWithoutRecovery . |
DeleteAnalysisRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeleteAnalysisRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DeleteAnalysisRequest.Builder |
recoveryWindowInDays(Long recoveryWindowInDays)
A value that specifies the number of days that Amazon QuickSight waits before it deletes the analysis.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
DeleteAnalysisRequest.Builder awsAccountId(String awsAccountId)
The ID of the Amazon Web Services account where you want to delete an analysis.
awsAccountId
- The ID of the Amazon Web Services account where you want to delete an analysis.DeleteAnalysisRequest.Builder analysisId(String analysisId)
The ID of the analysis that you're deleting.
analysisId
- The ID of the analysis that you're deleting.DeleteAnalysisRequest.Builder recoveryWindowInDays(Long recoveryWindowInDays)
A value that specifies the number of days that Amazon QuickSight waits before it deletes the analysis. You
can't use this parameter with the ForceDeleteWithoutRecovery
option in the same API call. The
default value is 30.
recoveryWindowInDays
- A value that specifies the number of days that Amazon QuickSight waits before it deletes the analysis.
You can't use this parameter with the ForceDeleteWithoutRecovery
option in the same API
call. The default value is 30.DeleteAnalysisRequest.Builder forceDeleteWithoutRecovery(Boolean forceDeleteWithoutRecovery)
This option defaults to the value NoForceDeleteWithoutRecovery
. To immediately delete the
analysis, add the ForceDeleteWithoutRecovery
option. You can't restore an analysis after it's
deleted.
forceDeleteWithoutRecovery
- This option defaults to the value NoForceDeleteWithoutRecovery
. To immediately delete the
analysis, add the ForceDeleteWithoutRecovery
option. You can't restore an analysis after
it's deleted.DeleteAnalysisRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
DeleteAnalysisRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2023. All rights reserved.