Interface DeleteAnalysisRequest.Builder

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