@Generated(value="software.amazon.awssdk:codegen") public final class HistogramBinOptions extends Object implements SdkPojo, Serializable, ToCopyableBuilder<HistogramBinOptions.Builder,HistogramBinOptions>
The options that determine the presentation of histogram bins.
| Modifier and Type | Class and Description |
|---|---|
static interface |
HistogramBinOptions.Builder |
| Modifier and Type | Method and Description |
|---|---|
BinCountOptions |
binCount()
The options that determine the bin count of a histogram.
|
BinWidthOptions |
binWidth()
The options that determine the bin width of a histogram.
|
static HistogramBinOptions.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
HistogramBinType |
selectedBinType()
The options that determine the selected bin type.
|
String |
selectedBinTypeAsString()
The options that determine the selected bin type.
|
static Class<? extends HistogramBinOptions.Builder> |
serializableBuilderClass() |
Double |
startValue()
The options that determine the bin start value.
|
HistogramBinOptions.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final HistogramBinType selectedBinType()
The options that determine the selected bin type.
If the service returns an enum value that is not available in the current SDK version, selectedBinType
will return HistogramBinType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from selectedBinTypeAsString().
HistogramBinTypepublic final String selectedBinTypeAsString()
The options that determine the selected bin type.
If the service returns an enum value that is not available in the current SDK version, selectedBinType
will return HistogramBinType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from selectedBinTypeAsString().
HistogramBinTypepublic final BinCountOptions binCount()
The options that determine the bin count of a histogram.
public final BinWidthOptions binWidth()
The options that determine the bin width of a histogram.
public final Double startValue()
The options that determine the bin start value.
public HistogramBinOptions.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<HistogramBinOptions.Builder,HistogramBinOptions>public static HistogramBinOptions.Builder builder()
public static Class<? extends HistogramBinOptions.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.