Interface ListScramSecretsResponse.Builder

  • Method Details

    • nextToken

      Paginated results marker.

      Parameters:
      nextToken -

      Paginated results marker.

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

      ListScramSecretsResponse.Builder secretArnList(Collection<String> secretArnList)

      The list of scram secrets associated with the cluster.

      Parameters:
      secretArnList -

      The list of scram secrets associated with the cluster.

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

      ListScramSecretsResponse.Builder secretArnList(String... secretArnList)

      The list of scram secrets associated with the cluster.

      Parameters:
      secretArnList -

      The list of scram secrets associated with the cluster.

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