Interface ConfigSnapshotDeliveryProperties.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ConfigSnapshotDeliveryProperties.Builder,ConfigSnapshotDeliveryProperties>,SdkBuilder<ConfigSnapshotDeliveryProperties.Builder,ConfigSnapshotDeliveryProperties>,SdkPojo
- Enclosing class:
- ConfigSnapshotDeliveryProperties
public static interface ConfigSnapshotDeliveryProperties.Builder extends SdkPojo, CopyableBuilder<ConfigSnapshotDeliveryProperties.Builder,ConfigSnapshotDeliveryProperties>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ConfigSnapshotDeliveryProperties.BuilderdeliveryFrequency(String deliveryFrequency)The frequency with which Config delivers configuration snapshots.ConfigSnapshotDeliveryProperties.BuilderdeliveryFrequency(MaximumExecutionFrequency deliveryFrequency)The frequency with which Config delivers configuration snapshots.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
deliveryFrequency
ConfigSnapshotDeliveryProperties.Builder deliveryFrequency(String deliveryFrequency)
The frequency with which Config delivers configuration snapshots.
- Parameters:
deliveryFrequency- The frequency with which Config delivers configuration snapshots.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
MaximumExecutionFrequency,MaximumExecutionFrequency
-
deliveryFrequency
ConfigSnapshotDeliveryProperties.Builder deliveryFrequency(MaximumExecutionFrequency deliveryFrequency)
The frequency with which Config delivers configuration snapshots.
- Parameters:
deliveryFrequency- The frequency with which Config delivers configuration snapshots.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
MaximumExecutionFrequency,MaximumExecutionFrequency
-
-