Interface DeleteAnalysisRequest.Builder

All Superinterfaces:
AwsRequest.Builder, Buildable, CopyableBuilder<DeleteAnalysisRequest.Builder,DeleteAnalysisRequest>, QuickSightRequest.Builder, SdkBuilder<DeleteAnalysisRequest.Builder,DeleteAnalysisRequest>, SdkPojo, SdkRequest.Builder
Enclosing class:
DeleteAnalysisRequest

public static interface DeleteAnalysisRequest.Builder extends QuickSightRequest.Builder, SdkPojo, CopyableBuilder<DeleteAnalysisRequest.Builder,DeleteAnalysisRequest>
  • Method Details

    • 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 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.

      Parameters:
      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.
      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 the ForceDeleteWithoutRecovery option. You can't restore an analysis after it's deleted.

      Parameters:
      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.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      DeleteAnalysisRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.