public static interface ConfigStreamDeliveryInfo.Builder extends CopyableBuilder<ConfigStreamDeliveryInfo.Builder,ConfigStreamDeliveryInfo>
| Modifier and Type | Method and Description |
|---|---|
ConfigStreamDeliveryInfo.Builder |
lastErrorCode(String lastErrorCode)
The error code from the last attempted delivery.
|
ConfigStreamDeliveryInfo.Builder |
lastErrorMessage(String lastErrorMessage)
The error message from the last attempted delivery.
|
ConfigStreamDeliveryInfo.Builder |
lastStatus(DeliveryStatus lastStatus)
Status of the last attempted delivery.
|
ConfigStreamDeliveryInfo.Builder |
lastStatus(String lastStatus)
Status of the last attempted delivery.
|
ConfigStreamDeliveryInfo.Builder |
lastStatusChangeTime(Instant lastStatusChangeTime)
The time from the last status change.
|
copyapply, buildConfigStreamDeliveryInfo.Builder lastStatus(String lastStatus)
Status of the last attempted delivery.
Note Providing an SNS topic on a DeliveryChannel for AWS Config is optional. If the SNS delivery is turned off, the last status will be Not_Applicable.
lastStatus - Status of the last attempted delivery.
Note Providing an SNS topic on a DeliveryChannel for AWS Config is optional. If the SNS delivery is turned off, the last status will be Not_Applicable.
DeliveryStatus,
DeliveryStatusConfigStreamDeliveryInfo.Builder lastStatus(DeliveryStatus lastStatus)
Status of the last attempted delivery.
Note Providing an SNS topic on a DeliveryChannel for AWS Config is optional. If the SNS delivery is turned off, the last status will be Not_Applicable.
lastStatus - Status of the last attempted delivery.
Note Providing an SNS topic on a DeliveryChannel for AWS Config is optional. If the SNS delivery is turned off, the last status will be Not_Applicable.
DeliveryStatus,
DeliveryStatusConfigStreamDeliveryInfo.Builder lastErrorCode(String lastErrorCode)
The error code from the last attempted delivery.
lastErrorCode - The error code from the last attempted delivery.ConfigStreamDeliveryInfo.Builder lastErrorMessage(String lastErrorMessage)
The error message from the last attempted delivery.
lastErrorMessage - The error message from the last attempted delivery.ConfigStreamDeliveryInfo.Builder lastStatusChangeTime(Instant lastStatusChangeTime)
The time from the last status change.
lastStatusChangeTime - The time from the last status change.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.