Uses of Interface
software.amazon.awssdk.services.config.model.ConfigExportDeliveryInfo.Builder
-
Packages that use ConfigExportDeliveryInfo.Builder Package Description software.amazon.awssdk.services.config.model -
-
Uses of ConfigExportDeliveryInfo.Builder in software.amazon.awssdk.services.config.model
Methods in software.amazon.awssdk.services.config.model that return ConfigExportDeliveryInfo.Builder Modifier and Type Method Description static ConfigExportDeliveryInfo.BuilderConfigExportDeliveryInfo. builder()ConfigExportDeliveryInfo.BuilderConfigExportDeliveryInfo.Builder. lastAttemptTime(Instant lastAttemptTime)The time of the last attempted delivery.ConfigExportDeliveryInfo.BuilderConfigExportDeliveryInfo.Builder. lastErrorCode(String lastErrorCode)The error code from the last attempted delivery.ConfigExportDeliveryInfo.BuilderConfigExportDeliveryInfo.Builder. lastErrorMessage(String lastErrorMessage)The error message from the last attempted delivery.ConfigExportDeliveryInfo.BuilderConfigExportDeliveryInfo.Builder. lastStatus(String lastStatus)Status of the last attempted delivery.ConfigExportDeliveryInfo.BuilderConfigExportDeliveryInfo.Builder. lastStatus(DeliveryStatus lastStatus)Status of the last attempted delivery.ConfigExportDeliveryInfo.BuilderConfigExportDeliveryInfo.Builder. lastSuccessfulTime(Instant lastSuccessfulTime)The time of the last successful delivery.ConfigExportDeliveryInfo.BuilderConfigExportDeliveryInfo.Builder. nextDeliveryTime(Instant nextDeliveryTime)The time that the next delivery occurs.ConfigExportDeliveryInfo.BuilderConfigExportDeliveryInfo. toBuilder()Methods in software.amazon.awssdk.services.config.model that return types with arguments of type ConfigExportDeliveryInfo.Builder Modifier and Type Method Description static Class<? extends ConfigExportDeliveryInfo.Builder>ConfigExportDeliveryInfo. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.config.model with type arguments of type ConfigExportDeliveryInfo.Builder Modifier and Type Method Description default DeliveryChannelStatus.BuilderDeliveryChannelStatus.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.BuilderDeliveryChannelStatus.Builder. configSnapshotDeliveryInfo(Consumer<ConfigExportDeliveryInfo.Builder> configSnapshotDeliveryInfo)A list containing the status of the delivery of the snapshot to the specified Amazon S3 bucket.
-