Uses of Interface
software.amazon.awssdk.services.config.model.ConfigStreamDeliveryInfo.Builder
-
Packages that use ConfigStreamDeliveryInfo.Builder Package Description software.amazon.awssdk.services.config.model -
-
Uses of ConfigStreamDeliveryInfo.Builder in software.amazon.awssdk.services.config.model
Methods in software.amazon.awssdk.services.config.model that return ConfigStreamDeliveryInfo.Builder Modifier and Type Method Description static ConfigStreamDeliveryInfo.BuilderConfigStreamDeliveryInfo. builder()ConfigStreamDeliveryInfo.BuilderConfigStreamDeliveryInfo.Builder. lastErrorCode(String lastErrorCode)The error code from the last attempted delivery.ConfigStreamDeliveryInfo.BuilderConfigStreamDeliveryInfo.Builder. lastErrorMessage(String lastErrorMessage)The error message from the last attempted delivery.ConfigStreamDeliveryInfo.BuilderConfigStreamDeliveryInfo.Builder. lastStatus(String lastStatus)Status of the last attempted delivery.ConfigStreamDeliveryInfo.BuilderConfigStreamDeliveryInfo.Builder. lastStatus(DeliveryStatus lastStatus)Status of the last attempted delivery.ConfigStreamDeliveryInfo.BuilderConfigStreamDeliveryInfo.Builder. lastStatusChangeTime(Instant lastStatusChangeTime)The time from the last status change.ConfigStreamDeliveryInfo.BuilderConfigStreamDeliveryInfo. toBuilder()Methods in software.amazon.awssdk.services.config.model that return types with arguments of type ConfigStreamDeliveryInfo.Builder Modifier and Type Method Description static Class<? extends ConfigStreamDeliveryInfo.Builder>ConfigStreamDeliveryInfo. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.config.model with type arguments of type ConfigStreamDeliveryInfo.Builder Modifier and Type Method Description default DeliveryChannelStatus.BuilderDeliveryChannelStatus.Builder. configStreamDeliveryInfo(Consumer<ConfigStreamDeliveryInfo.Builder> configStreamDeliveryInfo)A list containing the status of the delivery of the configuration stream notification to the specified Amazon SNS topic.
-