Interface DeleteSecretResponse.Builder

    • Method Detail

      • arn

        DeleteSecretResponse.Builder arn​(String arn)

        The ARN of the secret.

        Parameters:
        arn - The ARN of the secret.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • name

        DeleteSecretResponse.Builder name​(String name)

        The name of the secret.

        Parameters:
        name - The name of the secret.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • deletionDate

        DeleteSecretResponse.Builder deletionDate​(Instant deletionDate)

        The date and time after which this secret Secrets Manager can permanently delete this secret, and it can no longer be restored. This value is the date and time of the delete request plus the number of days in RecoveryWindowInDays.

        Parameters:
        deletionDate - The date and time after which this secret Secrets Manager can permanently delete this secret, and it can no longer be restored. This value is the date and time of the delete request plus the number of days in RecoveryWindowInDays.
        Returns:
        Returns a reference to this object so that method calls can be chained together.