Class ConfigDeliveryChannelSnapshotDeliveryProperties.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.aws.config_delivery_channel.ConfigDeliveryChannelSnapshotDeliveryProperties.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<ConfigDeliveryChannelSnapshotDeliveryProperties>
- Enclosing interface:
- ConfigDeliveryChannelSnapshotDeliveryProperties
@Stability(Stable) public static final class ConfigDeliveryChannelSnapshotDeliveryProperties.Builder extends Object implements software.amazon.jsii.Builder<ConfigDeliveryChannelSnapshotDeliveryProperties>
A builder forConfigDeliveryChannelSnapshotDeliveryProperties
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConfigDeliveryChannelSnapshotDeliveryPropertiesbuild()Builds the configured instance.ConfigDeliveryChannelSnapshotDeliveryProperties.BuilderdeliveryFrequency(String deliveryFrequency)Sets the value ofConfigDeliveryChannelSnapshotDeliveryProperties.getDeliveryFrequency()
-
-
-
Method Detail
-
deliveryFrequency
@Stability(Stable) public ConfigDeliveryChannelSnapshotDeliveryProperties.Builder deliveryFrequency(String deliveryFrequency)
Sets the value ofConfigDeliveryChannelSnapshotDeliveryProperties.getDeliveryFrequency()- Parameters:
deliveryFrequency- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/config_delivery_channel#delivery_frequency ConfigDeliveryChannel#delivery_frequency}.- Returns:
this
-
build
@Stability(Stable) public ConfigDeliveryChannelSnapshotDeliveryProperties build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<ConfigDeliveryChannelSnapshotDeliveryProperties>- Returns:
- a new instance of
ConfigDeliveryChannelSnapshotDeliveryProperties - Throws:
NullPointerException- if any required attribute was not provided
-
-