Interface ListSecretVersionIdsResponse.Builder

    • Method Detail

      • nextToken

        ListSecretVersionIdsResponse.Builder nextToken​(String nextToken)

        Secrets Manager includes this value if there's more output available than what is included in the current response. This can occur even when the response includes no values at all, such as when you ask for a filtered view of a long list. To get the next results, call ListSecretVersionIds again with this value.

        Parameters:
        nextToken - Secrets Manager includes this value if there's more output available than what is included in the current response. This can occur even when the response includes no values at all, such as when you ask for a filtered view of a long list. To get the next results, call ListSecretVersionIds again with this value.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • arn

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

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