Class GetProfileIdentityOptions.Builder

  • Enclosing class:
    GetProfileIdentityOptions

    public static class GetProfileIdentityOptions.Builder
    extends java.lang.Object
    Builder.
    • Constructor Detail

      • Builder

        public Builder()
        Instantiates a new builder.
      • Builder

        public Builder​(java.lang.String profileId,
                       java.lang.String identityType,
                       java.lang.String identifierId)
        Instantiates a new builder with required properties.
        Parameters:
        profileId - the profileId
        identityType - the identityType
        identifierId - the identifierId
    • Method Detail

      • build

        public GetProfileIdentityOptions build()
        Builds a GetProfileIdentityOptions.
        Returns:
        the new GetProfileIdentityOptions instance
      • profileId

        public GetProfileIdentityOptions.Builder profileId​(java.lang.String profileId)
        Set the profileId.
        Parameters:
        profileId - the profileId
        Returns:
        the GetProfileIdentityOptions builder
      • identityType

        public GetProfileIdentityOptions.Builder identityType​(java.lang.String identityType)
        Set the identityType.
        Parameters:
        identityType - the identityType
        Returns:
        the GetProfileIdentityOptions builder
      • identifierId

        public GetProfileIdentityOptions.Builder identifierId​(java.lang.String identifierId)
        Set the identifierId.
        Parameters:
        identifierId - the identifierId
        Returns:
        the GetProfileIdentityOptions builder