Class HistogramBinOptions
- java.lang.Object
-
- software.amazon.awssdk.services.quicksight.model.HistogramBinOptions
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<HistogramBinOptions.Builder,HistogramBinOptions>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceHistogramBinOptions.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description BinCountOptionsbinCount()The options that determine the bin count of a histogram.BinWidthOptionsbinWidth()The options that determine the bin width of a histogram.static HistogramBinOptions.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()HistogramBinTypeselectedBinType()The options that determine the selected bin type.StringselectedBinTypeAsString()The options that determine the selected bin type.static Class<? extends HistogramBinOptions.Builder>serializableBuilderClass()DoublestartValue()The options that determine the bin start value.HistogramBinOptions.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
selectedBinType
public 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,
selectedBinTypewill returnHistogramBinType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromselectedBinTypeAsString().- Returns:
- The options that determine the selected bin type.
- See Also:
HistogramBinType
-
selectedBinTypeAsString
public 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,
selectedBinTypewill returnHistogramBinType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromselectedBinTypeAsString().- Returns:
- The options that determine the selected bin type.
- See Also:
HistogramBinType
-
binCount
public final BinCountOptions binCount()
The options that determine the bin count of a histogram.
- Returns:
- The options that determine the bin count of a histogram.
-
binWidth
public final BinWidthOptions binWidth()
The options that determine the bin width of a histogram.
- Returns:
- The options that determine the bin width of a histogram.
-
startValue
public final Double startValue()
The options that determine the bin start value.
- Returns:
- The options that determine the bin start value.
-
toBuilder
public HistogramBinOptions.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<HistogramBinOptions.Builder,HistogramBinOptions>
-
builder
public static HistogramBinOptions.Builder builder()
-
serializableBuilderClass
public static Class<? extends HistogramBinOptions.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-