Uses of Interface
software.amazon.awssdk.services.securityhub.model.AwsRdsDbInstanceAssociatedRole.Builder
-
Packages that use AwsRdsDbInstanceAssociatedRole.Builder Package Description software.amazon.awssdk.services.securityhub.model -
-
Uses of AwsRdsDbInstanceAssociatedRole.Builder in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return AwsRdsDbInstanceAssociatedRole.Builder Modifier and Type Method Description static AwsRdsDbInstanceAssociatedRole.BuilderAwsRdsDbInstanceAssociatedRole. builder()AwsRdsDbInstanceAssociatedRole.BuilderAwsRdsDbInstanceAssociatedRole.Builder. featureName(String featureName)The name of the feature associated with the IAM role.AwsRdsDbInstanceAssociatedRole.BuilderAwsRdsDbInstanceAssociatedRole.Builder. roleArn(String roleArn)The ARN of the IAM role that is associated with the DB instance.AwsRdsDbInstanceAssociatedRole.BuilderAwsRdsDbInstanceAssociatedRole.Builder. status(String status)Describes the state of the association between the IAM role and the DB instance.AwsRdsDbInstanceAssociatedRole.BuilderAwsRdsDbInstanceAssociatedRole. toBuilder()Methods in software.amazon.awssdk.services.securityhub.model that return types with arguments of type AwsRdsDbInstanceAssociatedRole.Builder Modifier and Type Method Description static Class<? extends AwsRdsDbInstanceAssociatedRole.Builder>AwsRdsDbInstanceAssociatedRole. serializableBuilderClass()
-