DefenderForContainersAwsOfferingKubernetesService Class

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

public final class DefenderForContainersAwsOfferingKubernetesService

The kubernetes service connection configuration.

Constructor Summary

Constructor Description
DefenderForContainersAwsOfferingKubernetesService()

Creates an instance of DefenderForContainersAwsOfferingKubernetesService 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 provisioning resources.

void validate()

Validates the instance.

DefenderForContainersAwsOfferingKubernetesService withCloudRoleArn(String cloudRoleArn)

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

Methods inherited from java.lang.Object

Constructor Details

DefenderForContainersAwsOfferingKubernetesService

public DefenderForContainersAwsOfferingKubernetesService()

Creates an instance of DefenderForContainersAwsOfferingKubernetesService class.

Method Details

cloudRoleArn

public String cloudRoleArn()

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

Returns:

the cloudRoleArn value.

validate

public void validate()

Validates the instance.

withCloudRoleArn

public DefenderForContainersAwsOfferingKubernetesService withCloudRoleArn(String cloudRoleArn)

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

Parameters:

cloudRoleArn - the cloudRoleArn value to set.

Returns:

the DefenderForContainersAwsOfferingKubernetesService object itself.

Applies to