CopyableBuilder<ConfigExportDeliveryInfo.Builder,ConfigExportDeliveryInfo>, SdkBuilder<ConfigExportDeliveryInfo.Builder,ConfigExportDeliveryInfo>public static interface ConfigExportDeliveryInfo.Builder extends CopyableBuilder<ConfigExportDeliveryInfo.Builder,ConfigExportDeliveryInfo>
| Modifier and Type | Method | Description |
|---|---|---|
ConfigExportDeliveryInfo.Builder |
lastAttemptTime(Date 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(String lastStatus) |
Status of the last attempted delivery.
|
ConfigExportDeliveryInfo.Builder |
lastStatus(DeliveryStatus lastStatus) |
Status of the last attempted delivery.
|
ConfigExportDeliveryInfo.Builder |
lastSuccessfulTime(Date lastSuccessfulTime) |
The time of the last successful delivery.
|
ConfigExportDeliveryInfo.Builder |
nextDeliveryTime(Date 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.DeliveryStatusConfigExportDeliveryInfo.Builder lastStatus(DeliveryStatus lastStatus)
Status of the last attempted delivery.
lastStatus - Status of the last attempted delivery.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(Date lastAttemptTime)
The time of the last attempted delivery.
lastAttemptTime - The time of the last attempted delivery.ConfigExportDeliveryInfo.Builder lastSuccessfulTime(Date lastSuccessfulTime)
The time of the last successful delivery.
lastSuccessfulTime - The time of the last successful delivery.ConfigExportDeliveryInfo.Builder nextDeliveryTime(Date 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.