Interface GetSecretValueRequest.Builder

    • Method Detail

      • versionId

        GetSecretValueRequest.Builder versionId​(String versionId)

        The unique identifier of the version of the secret to retrieve. If you include both this parameter and VersionStage, the two parameters must refer to the same secret version. If you don't specify either a VersionStage or VersionId, then Secrets Manager returns the AWSCURRENT version.

        This value is typically a UUID-type value with 32 hexadecimal digits.

        Parameters:
        versionId - The unique identifier of the version of the secret to retrieve. If you include both this parameter and VersionStage, the two parameters must refer to the same secret version. If you don't specify either a VersionStage or VersionId, then Secrets Manager returns the AWSCURRENT version.

        This value is typically a UUID-type value with 32 hexadecimal digits.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • versionStage

        GetSecretValueRequest.Builder versionStage​(String versionStage)

        The staging label of the version of the secret to retrieve.

        Secrets Manager uses staging labels to keep track of different versions during the rotation process. If you include both this parameter and VersionId, the two parameters must refer to the same secret version. If you don't specify either a VersionStage or VersionId, Secrets Manager returns the AWSCURRENT version.

        Parameters:
        versionStage - The staging label of the version of the secret to retrieve.

        Secrets Manager uses staging labels to keep track of different versions during the rotation process. If you include both this parameter and VersionId, the two parameters must refer to the same secret version. If you don't specify either a VersionStage or VersionId , Secrets Manager returns the AWSCURRENT version.

        Returns:
        Returns a reference to this object so that method calls can be chained together.