Uses of Interface
software.amazon.awssdk.services.rds.model.DBClusterSnapshotAttribute.Builder
-
Packages that use DBClusterSnapshotAttribute.Builder Package Description software.amazon.awssdk.services.rds.model -
-
Uses of DBClusterSnapshotAttribute.Builder in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return DBClusterSnapshotAttribute.Builder Modifier and Type Method Description DBClusterSnapshotAttribute.BuilderDBClusterSnapshotAttribute.Builder. attributeName(String attributeName)The name of the manual DB cluster snapshot attribute.DBClusterSnapshotAttribute.BuilderDBClusterSnapshotAttribute.Builder. attributeValues(String... attributeValues)The value(s) for the manual DB cluster snapshot attribute.DBClusterSnapshotAttribute.BuilderDBClusterSnapshotAttribute.Builder. attributeValues(Collection<String> attributeValues)The value(s) for the manual DB cluster snapshot attribute.static DBClusterSnapshotAttribute.BuilderDBClusterSnapshotAttribute. builder()DBClusterSnapshotAttribute.BuilderDBClusterSnapshotAttribute. toBuilder()Methods in software.amazon.awssdk.services.rds.model that return types with arguments of type DBClusterSnapshotAttribute.Builder Modifier and Type Method Description static Class<? extends DBClusterSnapshotAttribute.Builder>DBClusterSnapshotAttribute. serializableBuilderClass()
-