Uses of Interface
software.amazon.awssdk.services.mediatailor.model.Alert.Builder
-
Packages that use Alert.Builder Package Description software.amazon.awssdk.services.mediatailor.model -
-
Uses of Alert.Builder in software.amazon.awssdk.services.mediatailor.model
Methods in software.amazon.awssdk.services.mediatailor.model that return Alert.Builder Modifier and Type Method Description Alert.BuilderAlert.Builder. alertCode(String alertCode)The code for the alert.Alert.BuilderAlert.Builder. alertMessage(String alertMessage)If an alert is generated for a resource, an explanation of the reason for the alert.static Alert.BuilderAlert. builder()Alert.BuilderAlert.Builder. category(String category)The category that MediaTailor assigns to the alert.Alert.BuilderAlert.Builder. category(AlertCategory category)The category that MediaTailor assigns to the alert.Alert.BuilderAlert.Builder. lastModifiedTime(Instant lastModifiedTime)The timestamp when the alert was last modified.Alert.BuilderAlert.Builder. relatedResourceArns(String... relatedResourceArns)The Amazon Resource Names (ARNs) related to this alert.Alert.BuilderAlert.Builder. relatedResourceArns(Collection<String> relatedResourceArns)The Amazon Resource Names (ARNs) related to this alert.Alert.BuilderAlert.Builder. resourceArn(String resourceArn)The Amazon Resource Name (ARN) of the resource.Alert.BuilderAlert. toBuilder()Methods in software.amazon.awssdk.services.mediatailor.model that return types with arguments of type Alert.Builder Modifier and Type Method Description static Class<? extends Alert.Builder>Alert. serializableBuilderClass()
-