Interface RotateSecretResponse.Builder

    • Method Detail

      • arn

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

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

        RotateSecretResponse.Builder versionId​(String versionId)

        The ID of the new version of the secret.

        Parameters:
        versionId - The ID of the new version of the secret.
        Returns:
        Returns a reference to this object so that method calls can be chained together.