Interface ConfigSnapshotDeliveryProperties.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<ConfigSnapshotDeliveryProperties.Builder,,- ConfigSnapshotDeliveryProperties> - SdkBuilder<ConfigSnapshotDeliveryProperties.Builder,,- ConfigSnapshotDeliveryProperties> - SdkPojo
- Enclosing class:
- ConfigSnapshotDeliveryProperties
@Mutable
@NotThreadSafe
public static interface ConfigSnapshotDeliveryProperties.Builder
extends SdkPojo, CopyableBuilder<ConfigSnapshotDeliveryProperties.Builder,ConfigSnapshotDeliveryProperties> 
- 
Method SummaryModifier and TypeMethodDescriptiondeliveryFrequency(String deliveryFrequency) The frequency with which Config delivers configuration snapshots.deliveryFrequency(MaximumExecutionFrequency deliveryFrequency) The frequency with which Config delivers configuration snapshots.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
deliveryFrequencyThe 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:
 
- 
deliveryFrequencyConfigSnapshotDeliveryProperties.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:
 
 
-