DefenderForContainersAwsOfferingKinesisToS3 Class

  • java.lang.Object
    • com.azure.resourcemanager.security.models.DefenderForContainersAwsOfferingKinesisToS3

public final class DefenderForContainersAwsOfferingKinesisToS3

The kinesis to s3 connection configuration.

Constructor Summary

Constructor Description
DefenderForContainersAwsOfferingKinesisToS3()

Creates an instance of DefenderForContainersAwsOfferingKinesisToS3 class.

Method Summary

Modifier and Type Method and Description
String cloudRoleArn()

Get the cloudRoleArn property: The cloud role ARN in AWS used by Kinesis to transfer data into S3.

void validate()

Validates the instance.

DefenderForContainersAwsOfferingKinesisToS3 withCloudRoleArn(String cloudRoleArn)

Set the cloudRoleArn property: The cloud role ARN in AWS used by Kinesis to transfer data into S3.

Methods inherited from java.lang.Object

Constructor Details

DefenderForContainersAwsOfferingKinesisToS3

public DefenderForContainersAwsOfferingKinesisToS3()

Creates an instance of DefenderForContainersAwsOfferingKinesisToS3 class.

Method Details

cloudRoleArn

public String cloudRoleArn()

Get the cloudRoleArn property: The cloud role ARN in AWS used by Kinesis to transfer data into S3.

Returns:

the cloudRoleArn value.

validate

public void validate()

Validates the instance.

withCloudRoleArn

public DefenderForContainersAwsOfferingKinesisToS3 withCloudRoleArn(String cloudRoleArn)

Set the cloudRoleArn property: The cloud role ARN in AWS used by Kinesis to transfer data into S3.

Parameters:

cloudRoleArn - the cloudRoleArn value to set.

Returns:

the DefenderForContainersAwsOfferingKinesisToS3 object itself.

Applies to