Uses of Interface
software.amazon.awssdk.services.config.model.ConfigSnapshotDeliveryProperties.Builder
-
Packages that use ConfigSnapshotDeliveryProperties.Builder Package Description software.amazon.awssdk.services.config.model -
-
Uses of ConfigSnapshotDeliveryProperties.Builder in software.amazon.awssdk.services.config.model
Methods in software.amazon.awssdk.services.config.model that return ConfigSnapshotDeliveryProperties.Builder Modifier and Type Method Description static ConfigSnapshotDeliveryProperties.BuilderConfigSnapshotDeliveryProperties. builder()ConfigSnapshotDeliveryProperties.BuilderConfigSnapshotDeliveryProperties.Builder. deliveryFrequency(String deliveryFrequency)The frequency with which Config delivers configuration snapshots.ConfigSnapshotDeliveryProperties.BuilderConfigSnapshotDeliveryProperties.Builder. deliveryFrequency(MaximumExecutionFrequency deliveryFrequency)The frequency with which Config delivers configuration snapshots.ConfigSnapshotDeliveryProperties.BuilderConfigSnapshotDeliveryProperties. toBuilder()Methods in software.amazon.awssdk.services.config.model that return types with arguments of type ConfigSnapshotDeliveryProperties.Builder Modifier and Type Method Description static Class<? extends ConfigSnapshotDeliveryProperties.Builder>ConfigSnapshotDeliveryProperties. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.config.model with type arguments of type ConfigSnapshotDeliveryProperties.Builder Modifier and Type Method Description default DeliveryChannel.BuilderDeliveryChannel.Builder. configSnapshotDeliveryProperties(Consumer<ConfigSnapshotDeliveryProperties.Builder> configSnapshotDeliveryProperties)The options for how often Config delivers configuration snapshots to the Amazon S3 bucket.
-