Interface GetIdentitySourceResponse.Builder

    • Method Detail

      • createdDate

        GetIdentitySourceResponse.Builder createdDate​(Instant createdDate)

        The date and time that the identity source was originally created.

        Parameters:
        createdDate - The date and time that the identity source was originally created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • details

        GetIdentitySourceResponse.Builder details​(IdentitySourceDetails details)

        A structure that describes the configuration of the identity source.

        Parameters:
        details - A structure that describes the configuration of the identity source.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • identitySourceId

        GetIdentitySourceResponse.Builder identitySourceId​(String identitySourceId)

        The ID of the identity source.

        Parameters:
        identitySourceId - The ID of the identity source.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lastUpdatedDate

        GetIdentitySourceResponse.Builder lastUpdatedDate​(Instant lastUpdatedDate)

        The date and time that the identity source was most recently updated.

        Parameters:
        lastUpdatedDate - The date and time that the identity source was most recently updated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • policyStoreId

        GetIdentitySourceResponse.Builder policyStoreId​(String policyStoreId)

        The ID of the policy store that contains the identity source.

        Parameters:
        policyStoreId - The ID of the policy store that contains the identity source.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • principalEntityType

        GetIdentitySourceResponse.Builder principalEntityType​(String principalEntityType)

        The data type of principals generated for identities authenticated by this identity source.

        Parameters:
        principalEntityType - The data type of principals generated for identities authenticated by this identity source.
        Returns:
        Returns a reference to this object so that method calls can be chained together.