Uses of Interface
software.amazon.awssdk.services.forecast.model.MonitorInfo.Builder
-
Packages that use MonitorInfo.Builder Package Description software.amazon.awssdk.services.forecast.model -
-
Uses of MonitorInfo.Builder in software.amazon.awssdk.services.forecast.model
Methods in software.amazon.awssdk.services.forecast.model that return MonitorInfo.Builder Modifier and Type Method Description static MonitorInfo.BuilderMonitorInfo. builder()MonitorInfo.BuilderMonitorInfo.Builder. monitorArn(String monitorArn)The Amazon Resource Name (ARN) of the monitor resource.MonitorInfo.BuilderMonitorInfo.Builder. status(String status)The status of the monitor.MonitorInfo.BuilderMonitorInfo. toBuilder()Methods in software.amazon.awssdk.services.forecast.model that return types with arguments of type MonitorInfo.Builder Modifier and Type Method Description static Class<? extends MonitorInfo.Builder>MonitorInfo. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.forecast.model with type arguments of type MonitorInfo.Builder Modifier and Type Method Description default DescribeAutoPredictorResponse.BuilderDescribeAutoPredictorResponse.Builder. monitorInfo(Consumer<MonitorInfo.Builder> monitorInfo)A object with the Amazon Resource Name (ARN) and status of the monitor resource.
-