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