Uses of Interface
software.amazon.awssdk.services.rds.model.DBClusterMember.Builder
Packages that use DBClusterMember.Builder
-
Uses of DBClusterMember.Builder in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return DBClusterMember.BuilderModifier and TypeMethodDescriptionstatic DBClusterMember.BuilderDBClusterMember.builder()DBClusterMember.Builder.dbClusterParameterGroupStatus(String dbClusterParameterGroupStatus) Specifies the status of the DB cluster parameter group for this member of the DB cluster.DBClusterMember.Builder.dbInstanceIdentifier(String dbInstanceIdentifier) Specifies the instance identifier for this member of the DB cluster.DBClusterMember.Builder.isClusterWriter(Boolean isClusterWriter) Indicates whether the cluster member is the primary DB instance for the DB cluster.DBClusterMember.Builder.promotionTier(Integer promotionTier) A value that specifies the order in which an Aurora Replica is promoted to the primary instance after a failure of the existing primary instance.DBClusterMember.toBuilder()Methods in software.amazon.awssdk.services.rds.model that return types with arguments of type DBClusterMember.BuilderModifier and TypeMethodDescriptionstatic Class<? extends DBClusterMember.Builder>DBClusterMember.serializableBuilderClass()