Class AwsS3DataConnector
java.lang.Object
com.azure.core.management.ProxyResource
com.azure.resourcemanager.securityinsights.models.ResourceWithEtag
com.azure.resourcemanager.securityinsights.fluent.models.DataConnectorInner
com.azure.resourcemanager.securityinsights.models.AwsS3DataConnector
Represents Amazon Web Services S3 data connector.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the dataTypes property: The available data types for the connector.Get the destinationTable property: The logs destination table name in LogAnalytics.roleArn()
Get the roleArn property: The Aws Role Arn that is used to access the Aws account.sqsUrls()
Get the sqsUrls property: The AWS sqs urls for the connector.void
validate()
Validates the instance.withDataTypes
(AwsS3DataConnectorDataTypes dataTypes) Set the dataTypes property: The available data types for the connector.withDestinationTable
(String destinationTable) Set the destinationTable property: The logs destination table name in LogAnalytics.Set the etag property: Etag of the azure resource.withRoleArn
(String roleArn) Set the roleArn property: The Aws Role Arn that is used to access the Aws account.withSqsUrls
(List<String> sqsUrls) Set the sqsUrls property: The AWS sqs urls for the connector.Methods inherited from class com.azure.resourcemanager.securityinsights.models.ResourceWithEtag
etag, systemData
Methods inherited from class com.azure.core.management.ProxyResource
id, name, type
-
Constructor Details
-
AwsS3DataConnector
public AwsS3DataConnector()
-
-
Method Details
-
withEtag
Set the etag property: Etag of the azure resource.- Overrides:
withEtag
in classDataConnectorInner
- Parameters:
etag
- the etag value to set.- Returns:
- the ResourceWithEtag object itself.
-
destinationTable
Get the destinationTable property: The logs destination table name in LogAnalytics.- Returns:
- the destinationTable value.
-
withDestinationTable
Set the destinationTable property: The logs destination table name in LogAnalytics.- Parameters:
destinationTable
- the destinationTable value to set.- Returns:
- the AwsS3DataConnector object itself.
-
sqsUrls
Get the sqsUrls property: The AWS sqs urls for the connector.- Returns:
- the sqsUrls value.
-
withSqsUrls
Set the sqsUrls property: The AWS sqs urls for the connector.- Parameters:
sqsUrls
- the sqsUrls value to set.- Returns:
- the AwsS3DataConnector object itself.
-
roleArn
Get the roleArn property: The Aws Role Arn that is used to access the Aws account.- Returns:
- the roleArn value.
-
withRoleArn
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
Get the dataTypes property: The available data types for the connector.- Returns:
- the dataTypes value.
-
withDataTypes
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 classDataConnectorInner
- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-