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