Interface IdentityDescription.Builder

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

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

    • identityId

      IdentityDescription.Builder identityId(String identityId)

      A unique identifier in the format REGION:GUID.

      Parameters:
      identityId - A unique identifier in the format REGION:GUID.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • logins

      The provider names.

      Parameters:
      logins - The provider names.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • logins

      The provider names.

      Parameters:
      logins - The provider names.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • creationDate

      IdentityDescription.Builder creationDate(Instant creationDate)

      Date on which the identity was created.

      Parameters:
      creationDate - Date on which the identity was created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • lastModifiedDate

      IdentityDescription.Builder lastModifiedDate(Instant lastModifiedDate)

      Date on which the identity was last modified.

      Parameters:
      lastModifiedDate - Date on which the identity was last modified.
      Returns:
      Returns a reference to this object so that method calls can be chained together.