| Package | Description |
|---|---|
| software.amazon.awssdk.services.config.model |
| Modifier and Type | Method and Description |
|---|---|
static DeliveryChannel.Builder |
DeliveryChannel.builder() |
DeliveryChannel.Builder |
DeliveryChannel.Builder.configSnapshotDeliveryProperties(ConfigSnapshotDeliveryProperties configSnapshotDeliveryProperties)
The options for how often Config delivers configuration snapshots to the Amazon S3 bucket.
|
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.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() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DeliveryChannel.Builder> |
DeliveryChannel.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default PutDeliveryChannelRequest.Builder |
PutDeliveryChannelRequest.Builder.deliveryChannel(Consumer<DeliveryChannel.Builder> deliveryChannel)
The configuration delivery channel object that delivers the configuration information to an Amazon S3 bucket
and to an Amazon SNS topic.
|
Copyright © 2023. All rights reserved.