DefenderForContainersAwsOfferingKubernetesScubaReader Class

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

public final class DefenderForContainersAwsOfferingKubernetesScubaReader

The kubernetes to scuba connection configuration.

Constructor Summary

Constructor Description
DefenderForContainersAwsOfferingKubernetesScubaReader()

Creates an instance of DefenderForContainersAwsOfferingKubernetesScubaReader class.

Method Summary

Modifier and Type Method and Description
String cloudRoleArn()

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

void validate()

Validates the instance.

DefenderForContainersAwsOfferingKubernetesScubaReader withCloudRoleArn(String cloudRoleArn)

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

Methods inherited from java.lang.Object

Constructor Details

DefenderForContainersAwsOfferingKubernetesScubaReader

public DefenderForContainersAwsOfferingKubernetesScubaReader()

Creates an instance of DefenderForContainersAwsOfferingKubernetesScubaReader class.

Method Details

cloudRoleArn

public String cloudRoleArn()

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

Returns:

the cloudRoleArn value.

validate

public void validate()

Validates the instance.

withCloudRoleArn

public DefenderForContainersAwsOfferingKubernetesScubaReader withCloudRoleArn(String cloudRoleArn)

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

Parameters:

cloudRoleArn - the cloudRoleArn value to set.

Returns:

the DefenderForContainersAwsOfferingKubernetesScubaReader object itself.

Applies to