Interface DeleteAnalysisRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DeleteAnalysisRequest.Builder,DeleteAnalysisRequest>,QuickSightRequest.Builder,SdkBuilder<DeleteAnalysisRequest.Builder,DeleteAnalysisRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DeleteAnalysisRequest
@Mutable @NotThreadSafe public static interface DeleteAnalysisRequest.Builder extends QuickSightRequest.Builder, SdkPojo, CopyableBuilder<DeleteAnalysisRequest.Builder,DeleteAnalysisRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeleteAnalysisRequest.BuilderanalysisId(String analysisId)The ID of the analysis that you're deleting.DeleteAnalysisRequest.BuilderawsAccountId(String awsAccountId)The ID of the Amazon Web Services account where you want to delete an analysis.DeleteAnalysisRequest.BuilderforceDeleteWithoutRecovery(Boolean forceDeleteWithoutRecovery)This option defaults to the valueNoForceDeleteWithoutRecovery.DeleteAnalysisRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DeleteAnalysisRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DeleteAnalysisRequest.BuilderrecoveryWindowInDays(Long recoveryWindowInDays)A value that specifies the number of days that QuickSight waits before it deletes the analysis.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.quicksight.model.QuickSightRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
awsAccountId
DeleteAnalysisRequest.Builder awsAccountId(String awsAccountId)
The ID of the Amazon Web Services account where you want to delete an analysis.
- Parameters:
awsAccountId- The ID of the Amazon Web Services account where you want to delete an analysis.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
analysisId
DeleteAnalysisRequest.Builder analysisId(String analysisId)
The ID of the analysis that you're deleting.
- Parameters:
analysisId- The ID of the analysis that you're deleting.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
recoveryWindowInDays
DeleteAnalysisRequest.Builder recoveryWindowInDays(Long recoveryWindowInDays)
A value that specifies the number of days that QuickSight waits before it deletes the analysis. You can't use this parameter with the
ForceDeleteWithoutRecoveryoption in the same API call. The default value is 30.- Parameters:
recoveryWindowInDays- A value that specifies the number of days that QuickSight waits before it deletes the analysis. You can't use this parameter with theForceDeleteWithoutRecoveryoption in the same API call. The default value is 30.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
forceDeleteWithoutRecovery
DeleteAnalysisRequest.Builder forceDeleteWithoutRecovery(Boolean forceDeleteWithoutRecovery)
This option defaults to the value
NoForceDeleteWithoutRecovery. To immediately delete the analysis, add theForceDeleteWithoutRecoveryoption. You can't restore an analysis after it's deleted.- Parameters:
forceDeleteWithoutRecovery- This option defaults to the valueNoForceDeleteWithoutRecovery. To immediately delete the analysis, add theForceDeleteWithoutRecoveryoption. You can't restore an analysis after it's deleted.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DeleteAnalysisRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DeleteAnalysisRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-