DefenderFoDatabasesAwsOfferingDatabasesDspm Class

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

public final class DefenderFoDatabasesAwsOfferingDatabasesDspm

The databases data security posture management (DSPM) configuration.

Constructor Summary

Constructor Description
DefenderFoDatabasesAwsOfferingDatabasesDspm()

Creates an instance of DefenderFoDatabasesAwsOfferingDatabasesDspm class.

Method Summary

Modifier and Type Method and Description
String cloudRoleArn()

Get the cloudRoleArn property: The cloud role ARN in AWS for this feature.

Boolean enabled()

Get the enabled property: Is databases data security posture management (DSPM) protection enabled.

void validate()

Validates the instance.

DefenderFoDatabasesAwsOfferingDatabasesDspm withCloudRoleArn(String cloudRoleArn)

Set the cloudRoleArn property: The cloud role ARN in AWS for this feature.

DefenderFoDatabasesAwsOfferingDatabasesDspm withEnabled(Boolean enabled)

Set the enabled property: Is databases data security posture management (DSPM) protection enabled.

Methods inherited from java.lang.Object

Constructor Details

DefenderFoDatabasesAwsOfferingDatabasesDspm

public DefenderFoDatabasesAwsOfferingDatabasesDspm()

Creates an instance of DefenderFoDatabasesAwsOfferingDatabasesDspm class.

Method Details

cloudRoleArn

public String cloudRoleArn()

Get the cloudRoleArn property: The cloud role ARN in AWS for this feature.

Returns:

the cloudRoleArn value.

enabled

public Boolean enabled()

Get the enabled property: Is databases data security posture management (DSPM) protection enabled.

Returns:

the enabled value.

validate

public void validate()

Validates the instance.

withCloudRoleArn

public DefenderFoDatabasesAwsOfferingDatabasesDspm withCloudRoleArn(String cloudRoleArn)

Set the cloudRoleArn property: The cloud role ARN in AWS for this feature.

Parameters:

cloudRoleArn - the cloudRoleArn value to set.

Returns:

the DefenderFoDatabasesAwsOfferingDatabasesDspm object itself.

withEnabled

public DefenderFoDatabasesAwsOfferingDatabasesDspm withEnabled(Boolean enabled)

Set the enabled property: Is databases data security posture management (DSPM) protection enabled.

Parameters:

enabled - the enabled value to set.

Returns:

the DefenderFoDatabasesAwsOfferingDatabasesDspm object itself.

Applies to