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