public static interface DeliveryChannelStatus.Builder extends CopyableBuilder<DeliveryChannelStatus.Builder,DeliveryChannelStatus>
| Modifier and Type | Method and 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.
|
default 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 |
configSnapshotDeliveryInfo(ConfigExportDeliveryInfo configSnapshotDeliveryInfo)
A list containing the status of the delivery of the snapshot to the specified Amazon S3 bucket.
|
default 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 |
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 |
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 |
name(String name)
The name of the delivery channel.
|
copyapply, buildDeliveryChannelStatus.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.default DeliveryChannelStatus.Builder configSnapshotDeliveryInfo(Consumer<ConfigExportDeliveryInfo.Builder> configSnapshotDeliveryInfo)
A list containing the status of the delivery of the snapshot to the specified Amazon S3 bucket.
This is a convenience that creates an instance of theConfigExportDeliveryInfo.Builder avoiding the
need to create one manually via ConfigExportDeliveryInfo.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to configSnapshotDeliveryInfo(ConfigExportDeliveryInfo).configSnapshotDeliveryInfo - a consumer that will call methods on ConfigExportDeliveryInfo.BuilderconfigSnapshotDeliveryInfo(ConfigExportDeliveryInfo)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.default 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.
This is a convenience that creates an instance of theConfigExportDeliveryInfo.Builder avoiding the
need to create one manually via ConfigExportDeliveryInfo.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to configHistoryDeliveryInfo(ConfigExportDeliveryInfo).configHistoryDeliveryInfo - a consumer that will call methods on ConfigExportDeliveryInfo.BuilderconfigHistoryDeliveryInfo(ConfigExportDeliveryInfo)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.default 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.
This is a convenience that creates an instance of theConfigStreamDeliveryInfo.Builder avoiding the
need to create one manually via ConfigStreamDeliveryInfo.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to configStreamDeliveryInfo(ConfigStreamDeliveryInfo).configStreamDeliveryInfo - a consumer that will call methods on ConfigStreamDeliveryInfo.BuilderconfigStreamDeliveryInfo(ConfigStreamDeliveryInfo)Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.