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