Class ConnectorResourceFormatInner

java.lang.Object
com.azure.core.management.ProxyResource
com.azure.resourcemanager.customerinsights.fluent.models.ConnectorResourceFormatInner

public final class ConnectorResourceFormatInner extends com.azure.core.management.ProxyResource
The connector resource format.
  • Constructor Details

    • ConnectorResourceFormatInner

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

    • connectorId

      public Integer connectorId()
      Get the connectorId property: ID of the connector.
      Returns:
      the connectorId value.
    • connectorName

      public String connectorName()
      Get the connectorName property: Name of the connector.
      Returns:
      the connectorName value.
    • withConnectorName

      public ConnectorResourceFormatInner withConnectorName(String connectorName)
      Set the connectorName property: Name of the connector.
      Parameters:
      connectorName - the connectorName value to set.
      Returns:
      the ConnectorResourceFormatInner object itself.
    • connectorType

      public ConnectorTypes connectorType()
      Get the connectorType property: Type of connector.
      Returns:
      the connectorType value.
    • withConnectorType

      public ConnectorResourceFormatInner withConnectorType(ConnectorTypes connectorType)
      Set the connectorType property: Type of connector.
      Parameters:
      connectorType - the connectorType value to set.
      Returns:
      the ConnectorResourceFormatInner object itself.
    • displayName

      public String displayName()
      Get the displayName property: Display name of the connector.
      Returns:
      the displayName value.
    • withDisplayName

      public ConnectorResourceFormatInner withDisplayName(String displayName)
      Set the displayName property: Display name of the connector.
      Parameters:
      displayName - the displayName value to set.
      Returns:
      the ConnectorResourceFormatInner object itself.
    • description

      public String description()
      Get the description property: Description of the connector.
      Returns:
      the description value.
    • withDescription

      public ConnectorResourceFormatInner withDescription(String description)
      Set the description property: Description of the connector.
      Parameters:
      description - the description value to set.
      Returns:
      the ConnectorResourceFormatInner object itself.
    • connectorProperties

      public Map<String,Object> connectorProperties()
      Get the connectorProperties property: The connector properties.
      Returns:
      the connectorProperties value.
    • withConnectorProperties

      public ConnectorResourceFormatInner withConnectorProperties(Map<String,Object> connectorProperties)
      Set the connectorProperties property: The connector properties.
      Parameters:
      connectorProperties - the connectorProperties value to set.
      Returns:
      the ConnectorResourceFormatInner object itself.
    • created

      public OffsetDateTime created()
      Get the created property: The created time.
      Returns:
      the created value.
    • lastModified

      public OffsetDateTime lastModified()
      Get the lastModified property: The last modified time.
      Returns:
      the lastModified value.
    • state

      public ConnectorStates state()
      Get the state property: State of connector.
      Returns:
      the state value.
    • tenantId

      public String tenantId()
      Get the tenantId property: The hub name.
      Returns:
      the tenantId value.
    • isInternal

      public Boolean isInternal()
      Get the isInternal property: If this is an internal connector.
      Returns:
      the isInternal value.
    • withIsInternal

      public ConnectorResourceFormatInner withIsInternal(Boolean isInternal)
      Set the isInternal property: If this is an internal connector.
      Parameters:
      isInternal - the isInternal value to set.
      Returns:
      the ConnectorResourceFormatInner object itself.
    • validate

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