Interface RestoreSecretResponse.Builder

    • Method Detail

      • arn

        RestoreSecretResponse.Builder arn​(String arn)

        The ARN of the secret that was restored.

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

        RestoreSecretResponse.Builder name​(String name)

        The name of the secret that was restored.

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