| Package | Description |
|---|---|
| software.amazon.awssdk.services.config.model |
| Modifier and Type | Method and Description |
|---|---|
static DeliveryChannelStatus.Builder |
DeliveryChannelStatus.builder() |
DeliveryChannelStatus.Builder |
DeliveryChannelStatus.Builder.configHistoryDeliveryInfo(ConfigExportDeliveryInfo configHistoryDeliveryInfo)
A list that contains the status of the delivery of the configuration history to the specified Amazon S3
bucket.
|
default DeliveryChannelStatus.Builder |
DeliveryChannelStatus.Builder.configHistoryDeliveryInfo(Consumer<ConfigExportDeliveryInfo.Builder> configHistoryDeliveryInfo)
A list that contains the status of the delivery of the configuration history to the specified Amazon S3
bucket.
|
DeliveryChannelStatus.Builder |
DeliveryChannelStatus.Builder.configSnapshotDeliveryInfo(ConfigExportDeliveryInfo configSnapshotDeliveryInfo)
A list containing the status of the delivery of the snapshot to the specified Amazon S3 bucket.
|
default DeliveryChannelStatus.Builder |
DeliveryChannelStatus.Builder.configSnapshotDeliveryInfo(Consumer<ConfigExportDeliveryInfo.Builder> configSnapshotDeliveryInfo)
A list containing the status of the delivery of the snapshot to the specified Amazon S3 bucket.
|
DeliveryChannelStatus.Builder |
DeliveryChannelStatus.Builder.configStreamDeliveryInfo(ConfigStreamDeliveryInfo configStreamDeliveryInfo)
A list containing the status of the delivery of the configuration stream notification to the specified Amazon
SNS topic.
|
default DeliveryChannelStatus.Builder |
DeliveryChannelStatus.Builder.configStreamDeliveryInfo(Consumer<ConfigStreamDeliveryInfo.Builder> configStreamDeliveryInfo)
A list containing the status of the delivery of the configuration stream notification to the specified Amazon
SNS topic.
|
DeliveryChannelStatus.Builder |
DeliveryChannelStatus.Builder.name(String name)
The name of the delivery channel.
|
DeliveryChannelStatus.Builder |
DeliveryChannelStatus.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DeliveryChannelStatus.Builder> |
DeliveryChannelStatus.serializableBuilderClass() |
Copyright © 2023. All rights reserved.