static DeliveryChannel.Builder |
DeliveryChannel.builder() |
|
default DeliveryChannel.Builder |
DeliveryChannel.Builder.configSnapshotDeliveryProperties(Consumer<ConfigSnapshotDeliveryProperties.Builder> configSnapshotDeliveryProperties) |
The options for how often Config delivers configuration snapshots to the Amazon S3 bucket.
|
DeliveryChannel.Builder |
DeliveryChannel.Builder.configSnapshotDeliveryProperties(ConfigSnapshotDeliveryProperties configSnapshotDeliveryProperties) |
The options for how often Config delivers configuration snapshots to the Amazon S3 bucket.
|
DeliveryChannel.Builder |
DeliveryChannel.Builder.name(String name) |
The name of the delivery channel.
|
DeliveryChannel.Builder |
DeliveryChannel.Builder.s3BucketName(String s3BucketName) |
The name of the Amazon S3 bucket to which Config delivers configuration snapshots and configuration history
files.
|
DeliveryChannel.Builder |
DeliveryChannel.Builder.s3KeyPrefix(String s3KeyPrefix) |
The prefix for the specified Amazon S3 bucket.
|
DeliveryChannel.Builder |
DeliveryChannel.Builder.s3KmsKeyArn(String s3KmsKeyArn) |
The Amazon Resource Name (ARN) of the Key Management Service (KMS ) KMS key (KMS key) used to encrypt objects
delivered by Config.
|
DeliveryChannel.Builder |
DeliveryChannel.Builder.snsTopicARN(String snsTopicARN) |
The Amazon Resource Name (ARN) of the Amazon SNS topic to which Config sends notifications about
configuration changes.
|
DeliveryChannel.Builder |
DeliveryChannel.toBuilder() |
|