Interface BatchRemoveRoleResponse.Builder

    • Method Detail

      • errors

        BatchRemoveRoleResponse.Builder errors​(Collection<BatchError> errors)

        An array of errors that occurred when roles were removed.

        Parameters:
        errors - An array of errors that occurred when roles were removed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • errors

        BatchRemoveRoleResponse.Builder errors​(BatchError... errors)

        An array of errors that occurred when roles were removed.

        Parameters:
        errors - An array of errors that occurred when roles were removed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • removedAccessorIds

        BatchRemoveRoleResponse.Builder removedAccessorIds​(Collection<String> removedAccessorIds)

        An array of successfully updated accessor identifiers.

        Parameters:
        removedAccessorIds - An array of successfully updated accessor identifiers.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • removedAccessorIds

        BatchRemoveRoleResponse.Builder removedAccessorIds​(String... removedAccessorIds)

        An array of successfully updated accessor identifiers.

        Parameters:
        removedAccessorIds - An array of successfully updated accessor identifiers.
        Returns:
        Returns a reference to this object so that method calls can be chained together.