| Package | Description |
|---|---|
| software.amazon.awssdk.services.config.model |
| Modifier and Type | Method and Description |
|---|---|
static ConfigExportDeliveryInfo.Builder |
ConfigExportDeliveryInfo.builder() |
ConfigExportDeliveryInfo.Builder |
ConfigExportDeliveryInfo.Builder.lastAttemptTime(Instant lastAttemptTime)
The time of the last attempted delivery.
|
ConfigExportDeliveryInfo.Builder |
ConfigExportDeliveryInfo.Builder.lastErrorCode(String lastErrorCode)
The error code from the last attempted delivery.
|
ConfigExportDeliveryInfo.Builder |
ConfigExportDeliveryInfo.Builder.lastErrorMessage(String lastErrorMessage)
The error message from the last attempted delivery.
|
ConfigExportDeliveryInfo.Builder |
ConfigExportDeliveryInfo.Builder.lastStatus(DeliveryStatus lastStatus)
Status of the last attempted delivery.
|
ConfigExportDeliveryInfo.Builder |
ConfigExportDeliveryInfo.Builder.lastStatus(String lastStatus)
Status of the last attempted delivery.
|
ConfigExportDeliveryInfo.Builder |
ConfigExportDeliveryInfo.Builder.lastSuccessfulTime(Instant lastSuccessfulTime)
The time of the last successful delivery.
|
ConfigExportDeliveryInfo.Builder |
ConfigExportDeliveryInfo.Builder.nextDeliveryTime(Instant nextDeliveryTime)
The time that the next delivery occurs.
|
ConfigExportDeliveryInfo.Builder |
ConfigExportDeliveryInfo.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ConfigExportDeliveryInfo.Builder> |
ConfigExportDeliveryInfo.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
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.
|
Copyright © 2023. All rights reserved.