@Generated(value="software.amazon.awssdk:codegen") public final class RelativeDateTimeControlDisplayOptions extends Object implements SdkPojo, Serializable, ToCopyableBuilder<RelativeDateTimeControlDisplayOptions.Builder,RelativeDateTimeControlDisplayOptions>
The display options of a control.
| Modifier and Type | Class and Description |
|---|---|
static interface |
RelativeDateTimeControlDisplayOptions.Builder |
| Modifier and Type | Method and Description |
|---|---|
static RelativeDateTimeControlDisplayOptions.Builder |
builder() |
String |
dateTimeFormat()
Customize how dates are formatted in controls.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
SheetControlInfoIconLabelOptions |
infoIconLabelOptions()
The configuration of info icon label options.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends RelativeDateTimeControlDisplayOptions.Builder> |
serializableBuilderClass() |
LabelOptions |
titleOptions()
The options to configure the title visibility, name, and font size.
|
RelativeDateTimeControlDisplayOptions.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final LabelOptions titleOptions()
The options to configure the title visibility, name, and font size.
public final String dateTimeFormat()
Customize how dates are formatted in controls.
public final SheetControlInfoIconLabelOptions infoIconLabelOptions()
The configuration of info icon label options.
public RelativeDateTimeControlDisplayOptions.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<RelativeDateTimeControlDisplayOptions.Builder,RelativeDateTimeControlDisplayOptions>public static RelativeDateTimeControlDisplayOptions.Builder builder()
public static Class<? extends RelativeDateTimeControlDisplayOptions.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.