Uses of Interface
software.amazon.awssdk.services.appmesh.model.OutlierDetection.Builder
-
Packages that use OutlierDetection.Builder Package Description software.amazon.awssdk.services.appmesh.model -
-
Uses of OutlierDetection.Builder in software.amazon.awssdk.services.appmesh.model
Methods in software.amazon.awssdk.services.appmesh.model that return OutlierDetection.Builder Modifier and Type Method Description default OutlierDetection.BuilderOutlierDetection.Builder. baseEjectionDuration(Consumer<Duration.Builder> baseEjectionDuration)The base amount of time for which a host is ejected.OutlierDetection.BuilderOutlierDetection.Builder. baseEjectionDuration(Duration baseEjectionDuration)The base amount of time for which a host is ejected.static OutlierDetection.BuilderOutlierDetection. builder()default OutlierDetection.BuilderOutlierDetection.Builder. interval(Consumer<Duration.Builder> interval)The time interval between ejection sweep analysis.OutlierDetection.BuilderOutlierDetection.Builder. interval(Duration interval)The time interval between ejection sweep analysis.OutlierDetection.BuilderOutlierDetection.Builder. maxEjectionPercent(Integer maxEjectionPercent)Maximum percentage of hosts in load balancing pool for upstream service that can be ejected.OutlierDetection.BuilderOutlierDetection.Builder. maxServerErrors(Long maxServerErrors)Number of consecutive5xxerrors required for ejection.OutlierDetection.BuilderOutlierDetection. toBuilder()Methods in software.amazon.awssdk.services.appmesh.model that return types with arguments of type OutlierDetection.Builder Modifier and Type Method Description static Class<? extends OutlierDetection.Builder>OutlierDetection. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.appmesh.model with type arguments of type OutlierDetection.Builder Modifier and Type Method Description default Listener.BuilderListener.Builder. outlierDetection(Consumer<OutlierDetection.Builder> outlierDetection)The outlier detection information for the listener.
-