Class DeleteProfileIdentityOptions.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 DeleteProfileIdentityOptions build()
        Builds a DeleteProfileIdentityOptions.
        Returns:
        the new DeleteProfileIdentityOptions instance
      • profileId

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

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

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