Class DeleteAnalysisRequest

    • Method Detail

      • awsAccountId

        public final String awsAccountId()

        The ID of the Amazon Web Services account where you want to delete an analysis.

        Returns:
        The ID of the Amazon Web Services account where you want to delete an analysis.
      • analysisId

        public final String analysisId()

        The ID of the analysis that you're deleting.

        Returns:
        The ID of the analysis that you're deleting.
      • recoveryWindowInDays

        public final 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.

        Returns:
        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.
      • forceDeleteWithoutRecovery

        public final 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.

        Returns:
        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.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object