Class ConnectorMappingStructure

java.lang.Object
com.azure.resourcemanager.customerinsights.models.ConnectorMappingStructure

public final class ConnectorMappingStructure extends Object
Connector mapping property structure.
  • Constructor Details

    • ConnectorMappingStructure

      public ConnectorMappingStructure()
      Creates an instance of ConnectorMappingStructure class.
  • Method Details

    • propertyName

      public String propertyName()
      Get the propertyName property: The property name of the mapping entity.
      Returns:
      the propertyName value.
    • withPropertyName

      public ConnectorMappingStructure withPropertyName(String propertyName)
      Set the propertyName property: The property name of the mapping entity.
      Parameters:
      propertyName - the propertyName value to set.
      Returns:
      the ConnectorMappingStructure object itself.
    • columnName

      public String columnName()
      Get the columnName property: The column name of the import file.
      Returns:
      the columnName value.
    • withColumnName

      public ConnectorMappingStructure withColumnName(String columnName)
      Set the columnName property: The column name of the import file.
      Parameters:
      columnName - the columnName value to set.
      Returns:
      the ConnectorMappingStructure object itself.
    • customFormatSpecifier

      public String customFormatSpecifier()
      Get the customFormatSpecifier property: Custom format specifier for input parsing.
      Returns:
      the customFormatSpecifier value.
    • withCustomFormatSpecifier

      public ConnectorMappingStructure withCustomFormatSpecifier(String customFormatSpecifier)
      Set the customFormatSpecifier property: Custom format specifier for input parsing.
      Parameters:
      customFormatSpecifier - the customFormatSpecifier value to set.
      Returns:
      the ConnectorMappingStructure object itself.
    • isEncrypted

      public Boolean isEncrypted()
      Get the isEncrypted property: Indicates if the column is encrypted.
      Returns:
      the isEncrypted value.
    • withIsEncrypted

      public ConnectorMappingStructure withIsEncrypted(Boolean isEncrypted)
      Set the isEncrypted property: Indicates if the column is encrypted.
      Parameters:
      isEncrypted - the isEncrypted value to set.
      Returns:
      the ConnectorMappingStructure object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.