@Generated(value="software.amazon.awssdk:codegen") public final class Prometheus extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Prometheus.Builder,Prometheus>
Prometheus settings.
| Modifier and Type | Class and Description |
|---|---|
static interface |
Prometheus.Builder |
| Modifier and Type | Method and Description |
|---|---|
static Prometheus.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
JmxExporter |
jmxExporter()
Indicates whether you want to turn on or turn off the JMX Exporter.
|
NodeExporter |
nodeExporter()
Indicates whether you want to turn on or turn off the Node Exporter.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends Prometheus.Builder> |
serializableBuilderClass() |
Prometheus.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final JmxExporter jmxExporter()
Indicates whether you want to turn on or turn off the JMX Exporter.
Indicates whether you want to turn on or turn off the JMX Exporter.
public final NodeExporter nodeExporter()
Indicates whether you want to turn on or turn off the Node Exporter.
Indicates whether you want to turn on or turn off the Node Exporter.
public Prometheus.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<Prometheus.Builder,Prometheus>public static Prometheus.Builder builder()
public static Class<? extends Prometheus.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.