Class AwsS3DataConnector

java.lang.Object
com.azure.core.management.ProxyResource

public final class AwsS3DataConnector extends DataConnectorInner
Represents Amazon Web Services S3 data connector.
  • Constructor Details

    • AwsS3DataConnector

      public AwsS3DataConnector()
  • Method Details

    • withEtag

      public AwsS3DataConnector withEtag(String etag)
      Set the etag property: Etag of the azure resource.
      Overrides:
      withEtag in class DataConnectorInner
      Parameters:
      etag - the etag value to set.
      Returns:
      the ResourceWithEtag object itself.
    • destinationTable

      public String destinationTable()
      Get the destinationTable property: The logs destination table name in LogAnalytics.
      Returns:
      the destinationTable value.
    • withDestinationTable

      public AwsS3DataConnector withDestinationTable(String destinationTable)
      Set the destinationTable property: The logs destination table name in LogAnalytics.
      Parameters:
      destinationTable - the destinationTable value to set.
      Returns:
      the AwsS3DataConnector object itself.
    • sqsUrls

      public List<String> sqsUrls()
      Get the sqsUrls property: The AWS sqs urls for the connector.
      Returns:
      the sqsUrls value.
    • withSqsUrls

      public AwsS3DataConnector withSqsUrls(List<String> sqsUrls)
      Set the sqsUrls property: The AWS sqs urls for the connector.
      Parameters:
      sqsUrls - the sqsUrls value to set.
      Returns:
      the AwsS3DataConnector object itself.
    • roleArn

      public String roleArn()
      Get the roleArn property: The Aws Role Arn that is used to access the Aws account.
      Returns:
      the roleArn value.
    • withRoleArn

      public AwsS3DataConnector withRoleArn(String roleArn)
      Set the roleArn property: The Aws Role Arn that is used to access the Aws account.
      Parameters:
      roleArn - the roleArn value to set.
      Returns:
      the AwsS3DataConnector object itself.
    • dataTypes

      public AwsS3DataConnectorDataTypes dataTypes()
      Get the dataTypes property: The available data types for the connector.
      Returns:
      the dataTypes value.
    • withDataTypes

      public AwsS3DataConnector withDataTypes(AwsS3DataConnectorDataTypes dataTypes)
      Set the dataTypes property: The available data types for the connector.
      Parameters:
      dataTypes - the dataTypes value to set.
      Returns:
      the AwsS3DataConnector object itself.
    • validate

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