Interface DescribeIdentityResponse.Builder

    • Method Detail

      • identityId

        DescribeIdentityResponse.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

        DescribeIdentityResponse.Builder logins​(String... 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

        DescribeIdentityResponse.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

        DescribeIdentityResponse.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.