CopyableBuilder<DeliveryChannelStatus.Builder,DeliveryChannelStatus>
, SdkBuilder<DeliveryChannelStatus.Builder,DeliveryChannelStatus>
public static interface DeliveryChannelStatus.Builder extends CopyableBuilder<DeliveryChannelStatus.Builder,DeliveryChannelStatus>
Modifier and Type | Method | Description |
---|---|---|
DeliveryChannelStatus.Builder |
configHistoryDeliveryInfo(ConfigExportDeliveryInfo configHistoryDeliveryInfo) |
A list that contains the status of the delivery of the configuration history to the specified Amazon S3
bucket.
|
DeliveryChannelStatus.Builder |
configSnapshotDeliveryInfo(ConfigExportDeliveryInfo configSnapshotDeliveryInfo) |
A list containing the status of the delivery of the snapshot to the specified Amazon S3 bucket.
|
DeliveryChannelStatus.Builder |
configStreamDeliveryInfo(ConfigStreamDeliveryInfo configStreamDeliveryInfo) |
A list containing the status of the delivery of the configuration stream notification to the specified Amazon
SNS topic.
|
DeliveryChannelStatus.Builder |
name(String name) |
The name of the delivery channel.
|
copy
apply, build
DeliveryChannelStatus.Builder name(String name)
The name of the delivery channel.
name
- The name of the delivery channel.DeliveryChannelStatus.Builder configSnapshotDeliveryInfo(ConfigExportDeliveryInfo configSnapshotDeliveryInfo)
A list containing the status of the delivery of the snapshot to the specified Amazon S3 bucket.
configSnapshotDeliveryInfo
- A list containing the status of the delivery of the snapshot to the specified Amazon S3 bucket.DeliveryChannelStatus.Builder configHistoryDeliveryInfo(ConfigExportDeliveryInfo configHistoryDeliveryInfo)
A list that contains the status of the delivery of the configuration history to the specified Amazon S3 bucket.
configHistoryDeliveryInfo
- A list that contains the status of the delivery of the configuration history to the specified Amazon
S3 bucket.DeliveryChannelStatus.Builder configStreamDeliveryInfo(ConfigStreamDeliveryInfo configStreamDeliveryInfo)
A list containing the status of the delivery of the configuration stream notification to the specified Amazon SNS topic.
configStreamDeliveryInfo
- A list containing the status of the delivery of the configuration stream notification to the specified
Amazon SNS topic.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.