Interface ListTrustedEntitySetsResponse.Builder

  • Method Details

    • trustedEntitySetIds

      ListTrustedEntitySetsResponse.Builder trustedEntitySetIds(Collection<String> trustedEntitySetIds)

      The IDs of the trusted entity set resources.

      Parameters:
      trustedEntitySetIds - The IDs of the trusted entity set resources.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • trustedEntitySetIds

      ListTrustedEntitySetsResponse.Builder trustedEntitySetIds(String... trustedEntitySetIds)

      The IDs of the trusted entity set resources.

      Parameters:
      trustedEntitySetIds - The IDs of the trusted entity set resources.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • nextToken

      The pagination parameter to be used on the next list operation to retrieve more items.

      Parameters:
      nextToken - The pagination parameter to be used on the next list operation to retrieve more items.
      Returns:
      Returns a reference to this object so that method calls can be chained together.