Interface UpdateSecretResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<UpdateSecretResponse.Builder,UpdateSecretResponse>, SdkBuilder<UpdateSecretResponse.Builder,UpdateSecretResponse>, SdkPojo, SdkResponse.Builder, SecretsManagerResponse.Builder
Enclosing class:
UpdateSecretResponse

public static interface UpdateSecretResponse.Builder extends SecretsManagerResponse.Builder, SdkPojo, CopyableBuilder<UpdateSecretResponse.Builder,UpdateSecretResponse>
  • Method Details

    • 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

      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.