public static interface ConfigExportDeliveryInfo.Builder extends CopyableBuilder<ConfigExportDeliveryInfo.Builder,ConfigExportDeliveryInfo>
| Modifier and Type | Method and Description |
|---|---|
ConfigExportDeliveryInfo.Builder |
lastAttemptTime(Instant lastAttemptTime)
The time of the last attempted delivery.
|
ConfigExportDeliveryInfo.Builder |
lastErrorCode(String lastErrorCode)
The error code from the last attempted delivery.
|
ConfigExportDeliveryInfo.Builder |
lastErrorMessage(String lastErrorMessage)
The error message from the last attempted delivery.
|
ConfigExportDeliveryInfo.Builder |
lastStatus(DeliveryStatus lastStatus)
Status of the last attempted delivery.
|
ConfigExportDeliveryInfo.Builder |
lastStatus(String lastStatus)
Status of the last attempted delivery.
|
ConfigExportDeliveryInfo.Builder |
lastSuccessfulTime(Instant lastSuccessfulTime)
The time of the last successful delivery.
|
ConfigExportDeliveryInfo.Builder |
nextDeliveryTime(Instant nextDeliveryTime)
The time that the next delivery occurs.
|
copyapply, buildConfigExportDeliveryInfo.Builder lastStatus(String lastStatus)
Status of the last attempted delivery.
lastStatus - Status of the last attempted delivery.DeliveryStatus,
DeliveryStatusConfigExportDeliveryInfo.Builder lastStatus(DeliveryStatus lastStatus)
Status of the last attempted delivery.
lastStatus - Status of the last attempted delivery.DeliveryStatus,
DeliveryStatusConfigExportDeliveryInfo.Builder lastErrorCode(String lastErrorCode)
The error code from the last attempted delivery.
lastErrorCode - The error code from the last attempted delivery.ConfigExportDeliveryInfo.Builder lastErrorMessage(String lastErrorMessage)
The error message from the last attempted delivery.
lastErrorMessage - The error message from the last attempted delivery.ConfigExportDeliveryInfo.Builder lastAttemptTime(Instant lastAttemptTime)
The time of the last attempted delivery.
lastAttemptTime - The time of the last attempted delivery.ConfigExportDeliveryInfo.Builder lastSuccessfulTime(Instant lastSuccessfulTime)
The time of the last successful delivery.
lastSuccessfulTime - The time of the last successful delivery.ConfigExportDeliveryInfo.Builder nextDeliveryTime(Instant nextDeliveryTime)
The time that the next delivery occurs.
nextDeliveryTime - The time that the next delivery occurs.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.