Uses of Interface
software.amazon.awssdk.services.rds.model.DBInstanceRole.Builder
-
Packages that use DBInstanceRole.Builder Package Description software.amazon.awssdk.services.rds.model -
-
Uses of DBInstanceRole.Builder in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return DBInstanceRole.Builder Modifier and Type Method Description static DBInstanceRole.BuilderDBInstanceRole. builder()DBInstanceRole.BuilderDBInstanceRole.Builder. featureName(String featureName)The name of the feature associated with the Amazon Web Services Identity and Access Management (IAM) role.DBInstanceRole.BuilderDBInstanceRole.Builder. roleArn(String roleArn)The Amazon Resource Name (ARN) of the IAM role that is associated with the DB instance.DBInstanceRole.BuilderDBInstanceRole.Builder. status(String status)Information about the state of association between the IAM role and the DB instance.DBInstanceRole.BuilderDBInstanceRole. toBuilder()Methods in software.amazon.awssdk.services.rds.model that return types with arguments of type DBInstanceRole.Builder Modifier and Type Method Description static Class<? extends DBInstanceRole.Builder>DBInstanceRole. serializableBuilderClass()
-