Interface UpdateSecretResponse.Builder

    • Method Detail

      • arn

        UpdateSecretResponse.Builder arn​(String arn)

        The ARN of the secret that was updated.

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

        UpdateSecretResponse.Builder name​(String name)

        The name of the secret that was updated.

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

        UpdateSecretResponse.Builder versionId​(String versionId)

        If Secrets Manager created a new version of the secret during this operation, then VersionId contains the unique identifier of the new version.

        Parameters:
        versionId - If Secrets Manager created a new version of the secret during this operation, then VersionId contains the unique identifier of the new version.
        Returns:
        Returns a reference to this object so that method calls can be chained together.