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