Class RelativeDateTimeControlDisplayOptions
- java.lang.Object
-
- software.amazon.awssdk.services.quicksight.model.RelativeDateTimeControlDisplayOptions
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<RelativeDateTimeControlDisplayOptions.Builder,RelativeDateTimeControlDisplayOptions>
@Generated("software.amazon.awssdk:codegen") public final class RelativeDateTimeControlDisplayOptions extends Object implements SdkPojo, Serializable, ToCopyableBuilder<RelativeDateTimeControlDisplayOptions.Builder,RelativeDateTimeControlDisplayOptions>
The display options of a control.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceRelativeDateTimeControlDisplayOptions.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RelativeDateTimeControlDisplayOptions.Builderbuilder()StringdateTimeFormat()Customize how dates are formatted in controls.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()SheetControlInfoIconLabelOptionsinfoIconLabelOptions()The configuration of info icon label options.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends RelativeDateTimeControlDisplayOptions.Builder>serializableBuilderClass()LabelOptionstitleOptions()The options to configure the title visibility, name, and font size.RelativeDateTimeControlDisplayOptions.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
-
titleOptions
public final LabelOptions titleOptions()
The options to configure the title visibility, name, and font size.
- Returns:
- The options to configure the title visibility, name, and font size.
-
dateTimeFormat
public final String dateTimeFormat()
Customize how dates are formatted in controls.
- Returns:
- Customize how dates are formatted in controls.
-
infoIconLabelOptions
public final SheetControlInfoIconLabelOptions infoIconLabelOptions()
The configuration of info icon label options.
- Returns:
- The configuration of info icon label options.
-
toBuilder
public RelativeDateTimeControlDisplayOptions.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<RelativeDateTimeControlDisplayOptions.Builder,RelativeDateTimeControlDisplayOptions>
-
builder
public static RelativeDateTimeControlDisplayOptions.Builder builder()
-
serializableBuilderClass
public static Class<? extends RelativeDateTimeControlDisplayOptions.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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-