Uses of Interface
software.amazon.awssdk.services.rds.model.DBSnapshotAttributesResult.Builder
-
Packages that use DBSnapshotAttributesResult.Builder Package Description software.amazon.awssdk.services.rds.model -
-
Uses of DBSnapshotAttributesResult.Builder in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return DBSnapshotAttributesResult.Builder Modifier and Type Method Description static DBSnapshotAttributesResult.BuilderDBSnapshotAttributesResult. builder()DBSnapshotAttributesResult.BuilderDBSnapshotAttributesResult.Builder. dbSnapshotAttributes(Collection<DBSnapshotAttribute> dbSnapshotAttributes)The list of attributes and values for the manual DB snapshot.DBSnapshotAttributesResult.BuilderDBSnapshotAttributesResult.Builder. dbSnapshotAttributes(Consumer<DBSnapshotAttribute.Builder>... dbSnapshotAttributes)The list of attributes and values for the manual DB snapshot.DBSnapshotAttributesResult.BuilderDBSnapshotAttributesResult.Builder. dbSnapshotAttributes(DBSnapshotAttribute... dbSnapshotAttributes)The list of attributes and values for the manual DB snapshot.DBSnapshotAttributesResult.BuilderDBSnapshotAttributesResult.Builder. dbSnapshotIdentifier(String dbSnapshotIdentifier)The identifier of the manual DB snapshot that the attributes apply to.DBSnapshotAttributesResult.BuilderDBSnapshotAttributesResult. toBuilder()Methods in software.amazon.awssdk.services.rds.model that return types with arguments of type DBSnapshotAttributesResult.Builder Modifier and Type Method Description static Class<? extends DBSnapshotAttributesResult.Builder>DBSnapshotAttributesResult. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.rds.model with type arguments of type DBSnapshotAttributesResult.Builder Modifier and Type Method Description default DescribeDbSnapshotAttributesResponse.BuilderDescribeDbSnapshotAttributesResponse.Builder. dbSnapshotAttributesResult(Consumer<DBSnapshotAttributesResult.Builder> dbSnapshotAttributesResult)Sets the value of the DBSnapshotAttributesResult property for this object.default ModifyDbSnapshotAttributeResponse.BuilderModifyDbSnapshotAttributeResponse.Builder. dbSnapshotAttributesResult(Consumer<DBSnapshotAttributesResult.Builder> dbSnapshotAttributesResult)Sets the value of the DBSnapshotAttributesResult property for this object.
-