Uses of Interface
software.amazon.awssdk.services.rds.model.DBSnapshotAttribute.Builder
Packages that use DBSnapshotAttribute.Builder
-
Uses of DBSnapshotAttribute.Builder in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return DBSnapshotAttribute.BuilderModifier and TypeMethodDescriptionDBSnapshotAttribute.Builder.attributeName(String attributeName) The name of the manual DB snapshot attribute.DBSnapshotAttribute.Builder.attributeValues(String... attributeValues) The value or values for the manual DB snapshot attribute.DBSnapshotAttribute.Builder.attributeValues(Collection<String> attributeValues) The value or values for the manual DB snapshot attribute.static DBSnapshotAttribute.BuilderDBSnapshotAttribute.builder()DBSnapshotAttribute.toBuilder()Methods in software.amazon.awssdk.services.rds.model that return types with arguments of type DBSnapshotAttribute.BuilderModifier and TypeMethodDescriptionstatic Class<? extends DBSnapshotAttribute.Builder>DBSnapshotAttribute.serializableBuilderClass()