Interface ImpersonationRole.Builder

  • Method Details

    • 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

      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.
    • type

      The impersonation role type.

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

      The impersonation role type.

      Parameters:
      type - The impersonation role type.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • 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.