Interface ListObjectPoliciesResponse.Builder

  • Method Details

    • attachedPolicyIds

      ListObjectPoliciesResponse.Builder attachedPolicyIds(Collection<String> attachedPolicyIds)

      A list of policy ObjectIdentifiers, that are attached to the object.

      Parameters:
      attachedPolicyIds - A list of policy ObjectIdentifiers, that are attached to the object.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • attachedPolicyIds

      ListObjectPoliciesResponse.Builder attachedPolicyIds(String... attachedPolicyIds)

      A list of policy ObjectIdentifiers, that are attached to the object.

      Parameters:
      attachedPolicyIds - A list of policy ObjectIdentifiers, that are attached to the object.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • nextToken

      The pagination token.

      Parameters:
      nextToken - The pagination token.
      Returns:
      Returns a reference to this object so that method calls can be chained together.