Interface AccessLevelFilter.Builder

All Superinterfaces:
Buildable, CopyableBuilder<AccessLevelFilter.Builder,AccessLevelFilter>, SdkBuilder<AccessLevelFilter.Builder,AccessLevelFilter>, SdkPojo
Enclosing class:
AccessLevelFilter

public static interface AccessLevelFilter.Builder extends SdkPojo, CopyableBuilder<AccessLevelFilter.Builder,AccessLevelFilter>
  • Method Details

    • key

      The access level.

      • Account - Filter results based on the account.

      • Role - Filter results based on the federated role of the specified user.

      • User - Filter results based on the specified user.

      Parameters:
      key - The access level.

      • Account - Filter results based on the account.

      • Role - Filter results based on the federated role of the specified user.

      • User - Filter results based on the specified user.

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

      The access level.

      • Account - Filter results based on the account.

      • Role - Filter results based on the federated role of the specified user.

      • User - Filter results based on the specified user.

      Parameters:
      key - The access level.

      • Account - Filter results based on the account.

      • Role - Filter results based on the federated role of the specified user.

      • User - Filter results based on the specified user.

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

      The user to which the access level applies. The only supported value is self.

      Parameters:
      value - The user to which the access level applies. The only supported value is self.
      Returns:
      Returns a reference to this object so that method calls can be chained together.