Class DateTimePickerControlDisplayOptions
- java.lang.Object
-
- software.amazon.awssdk.services.quicksight.model.DateTimePickerControlDisplayOptions
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<DateTimePickerControlDisplayOptions.Builder,DateTimePickerControlDisplayOptions>
@Generated("software.amazon.awssdk:codegen") public final class DateTimePickerControlDisplayOptions extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DateTimePickerControlDisplayOptions.Builder,DateTimePickerControlDisplayOptions>
The display options of a control.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDateTimePickerControlDisplayOptions.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DateTimePickerControlDisplayOptions.Builderbuilder()VisibilitydateIconVisibility()The date icon visibility of theDateTimePickerControlDisplayOptions.StringdateIconVisibilityAsString()The date icon visibility of theDateTimePickerControlDisplayOptions.StringdateTimeFormat()Customize how dates are formatted in controls.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()VisibilityhelperTextVisibility()The helper text visibility of theDateTimePickerControlDisplayOptions.StringhelperTextVisibilityAsString()The helper text visibility of theDateTimePickerControlDisplayOptions.SheetControlInfoIconLabelOptionsinfoIconLabelOptions()The configuration of info icon label options.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends DateTimePickerControlDisplayOptions.Builder>serializableBuilderClass()LabelOptionstitleOptions()The options to configure the title visibility, name, and font size.DateTimePickerControlDisplayOptions.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.
-
helperTextVisibility
public final Visibility helperTextVisibility()
The helper text visibility of the
DateTimePickerControlDisplayOptions.If the service returns an enum value that is not available in the current SDK version,
helperTextVisibilitywill returnVisibility.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromhelperTextVisibilityAsString().- Returns:
- The helper text visibility of the
DateTimePickerControlDisplayOptions. - See Also:
Visibility
-
helperTextVisibilityAsString
public final String helperTextVisibilityAsString()
The helper text visibility of the
DateTimePickerControlDisplayOptions.If the service returns an enum value that is not available in the current SDK version,
helperTextVisibilitywill returnVisibility.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromhelperTextVisibilityAsString().- Returns:
- The helper text visibility of the
DateTimePickerControlDisplayOptions. - See Also:
Visibility
-
dateIconVisibility
public final Visibility dateIconVisibility()
The date icon visibility of the
DateTimePickerControlDisplayOptions.If the service returns an enum value that is not available in the current SDK version,
dateIconVisibilitywill returnVisibility.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromdateIconVisibilityAsString().- Returns:
- The date icon visibility of the
DateTimePickerControlDisplayOptions. - See Also:
Visibility
-
dateIconVisibilityAsString
public final String dateIconVisibilityAsString()
The date icon visibility of the
DateTimePickerControlDisplayOptions.If the service returns an enum value that is not available in the current SDK version,
dateIconVisibilitywill returnVisibility.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromdateIconVisibilityAsString().- Returns:
- The date icon visibility of the
DateTimePickerControlDisplayOptions. - See Also:
Visibility
-
toBuilder
public DateTimePickerControlDisplayOptions.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<DateTimePickerControlDisplayOptions.Builder,DateTimePickerControlDisplayOptions>
-
builder
public static DateTimePickerControlDisplayOptions.Builder builder()
-
serializableBuilderClass
public static Class<? extends DateTimePickerControlDisplayOptions.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
-
-