Interface ImpersonationRole.Builder

    • Method Detail

      • impersonationRoleId

        ImpersonationRole.Builder impersonationRoleId​(String impersonationRoleId)

        The identifier of the impersonation role.

        Parameters:
        impersonationRoleId - The identifier of the impersonation role.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • name

        ImpersonationRole.Builder name​(String name)

        The impersonation role name.

        Parameters:
        name - The impersonation role name.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • dateCreated

        ImpersonationRole.Builder dateCreated​(Instant dateCreated)

        The date when the impersonation role was created.

        Parameters:
        dateCreated - The date when the impersonation role was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • dateModified

        ImpersonationRole.Builder dateModified​(Instant dateModified)

        The date when the impersonation role was last modified.

        Parameters:
        dateModified - The date when the impersonation role was last modified.
        Returns:
        Returns a reference to this object so that method calls can be chained together.