Uses of Interface
software.amazon.awssdk.services.securityhub.model.AwsRdsDbClusterAssociatedRole.Builder
-
Packages that use AwsRdsDbClusterAssociatedRole.Builder Package Description software.amazon.awssdk.services.securityhub.model -
-
Uses of AwsRdsDbClusterAssociatedRole.Builder in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return AwsRdsDbClusterAssociatedRole.Builder Modifier and Type Method Description static AwsRdsDbClusterAssociatedRole.BuilderAwsRdsDbClusterAssociatedRole. builder()AwsRdsDbClusterAssociatedRole.BuilderAwsRdsDbClusterAssociatedRole.Builder. roleArn(String roleArn)The ARN of the IAM role.AwsRdsDbClusterAssociatedRole.BuilderAwsRdsDbClusterAssociatedRole.Builder. status(String status)The status of the association between the IAM role and the DB cluster.AwsRdsDbClusterAssociatedRole.BuilderAwsRdsDbClusterAssociatedRole. toBuilder()Methods in software.amazon.awssdk.services.securityhub.model that return types with arguments of type AwsRdsDbClusterAssociatedRole.Builder Modifier and Type Method Description static Class<? extends AwsRdsDbClusterAssociatedRole.Builder>AwsRdsDbClusterAssociatedRole. serializableBuilderClass()
-