Uses of Interface
software.amazon.awssdk.services.accessanalyzer.model.RdsDbSnapshotConfiguration.Builder
-
Packages that use RdsDbSnapshotConfiguration.Builder Package Description software.amazon.awssdk.services.accessanalyzer.model -
-
Uses of RdsDbSnapshotConfiguration.Builder in software.amazon.awssdk.services.accessanalyzer.model
Methods in software.amazon.awssdk.services.accessanalyzer.model that return RdsDbSnapshotConfiguration.Builder Modifier and Type Method Description RdsDbSnapshotConfiguration.BuilderRdsDbSnapshotConfiguration.Builder. attributes(Map<String,RdsDbSnapshotAttributeValue> attributes)The names and values of manual DB snapshot attributes.static RdsDbSnapshotConfiguration.BuilderRdsDbSnapshotConfiguration. builder()RdsDbSnapshotConfiguration.BuilderRdsDbSnapshotConfiguration.Builder. kmsKeyId(String kmsKeyId)The KMS key identifier for an encrypted Amazon RDS DB snapshot.RdsDbSnapshotConfiguration.BuilderRdsDbSnapshotConfiguration. toBuilder()Methods in software.amazon.awssdk.services.accessanalyzer.model that return types with arguments of type RdsDbSnapshotConfiguration.Builder Modifier and Type Method Description static Class<? extends RdsDbSnapshotConfiguration.Builder>RdsDbSnapshotConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.accessanalyzer.model with type arguments of type RdsDbSnapshotConfiguration.Builder Modifier and Type Method Description static ConfigurationConfiguration. fromRdsDbSnapshot(Consumer<RdsDbSnapshotConfiguration.Builder> rdsDbSnapshot)Create an instance of this class withConfiguration.rdsDbSnapshot()initialized to the given value.default Configuration.BuilderConfiguration.Builder. rdsDbSnapshot(Consumer<RdsDbSnapshotConfiguration.Builder> rdsDbSnapshot)The access control configuration is for an Amazon RDS DB snapshot.
-