Class DefaultDateTimePickerControlOptions
- java.lang.Object
-
- software.amazon.awssdk.services.quicksight.model.DefaultDateTimePickerControlOptions
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<DefaultDateTimePickerControlOptions.Builder,DefaultDateTimePickerControlOptions>
@Generated("software.amazon.awssdk:codegen") public final class DefaultDateTimePickerControlOptions extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DefaultDateTimePickerControlOptions.Builder,DefaultDateTimePickerControlOptions>
The default options that correspond to the filter control type of a
DateTimePicker.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDefaultDateTimePickerControlOptions.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DefaultDateTimePickerControlOptions.Builderbuilder()CommitModecommitMode()The visibility configuration of the Apply button on aDateTimePickerControl.StringcommitModeAsString()The visibility configuration of the Apply button on aDateTimePickerControl.DateTimePickerControlDisplayOptionsdisplayOptions()The display options of a control.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends DefaultDateTimePickerControlOptions.Builder>serializableBuilderClass()DefaultDateTimePickerControlOptions.BuildertoBuilder()StringtoString()Returns a string representation of this object.SheetControlDateTimePickerTypetype()The date time picker type of theDefaultDateTimePickerControlOptions.StringtypeAsString()The date time picker type of theDefaultDateTimePickerControlOptions.-
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
-
type
public final SheetControlDateTimePickerType type()
The date time picker type of the
DefaultDateTimePickerControlOptions. Choose one of the following options:-
SINGLE_VALUED: The filter condition is a fixed date. -
DATE_RANGE: The filter condition is a date time range.
If the service returns an enum value that is not available in the current SDK version,
typewill returnSheetControlDateTimePickerType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtypeAsString().- Returns:
- The date time picker type of the
DefaultDateTimePickerControlOptions. Choose one of the following options:-
SINGLE_VALUED: The filter condition is a fixed date. -
DATE_RANGE: The filter condition is a date time range.
-
- See Also:
SheetControlDateTimePickerType
-
-
typeAsString
public final String typeAsString()
The date time picker type of the
DefaultDateTimePickerControlOptions. Choose one of the following options:-
SINGLE_VALUED: The filter condition is a fixed date. -
DATE_RANGE: The filter condition is a date time range.
If the service returns an enum value that is not available in the current SDK version,
typewill returnSheetControlDateTimePickerType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtypeAsString().- Returns:
- The date time picker type of the
DefaultDateTimePickerControlOptions. Choose one of the following options:-
SINGLE_VALUED: The filter condition is a fixed date. -
DATE_RANGE: The filter condition is a date time range.
-
- See Also:
SheetControlDateTimePickerType
-
-
displayOptions
public final DateTimePickerControlDisplayOptions displayOptions()
The display options of a control.
- Returns:
- The display options of a control.
-
commitMode
public final CommitMode commitMode()
The visibility configuration of the Apply button on a
DateTimePickerControl.If the service returns an enum value that is not available in the current SDK version,
commitModewill returnCommitMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromcommitModeAsString().- Returns:
- The visibility configuration of the Apply button on a
DateTimePickerControl. - See Also:
CommitMode
-
commitModeAsString
public final String commitModeAsString()
The visibility configuration of the Apply button on a
DateTimePickerControl.If the service returns an enum value that is not available in the current SDK version,
commitModewill returnCommitMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromcommitModeAsString().- Returns:
- The visibility configuration of the Apply button on a
DateTimePickerControl. - See Also:
CommitMode
-
toBuilder
public DefaultDateTimePickerControlOptions.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<DefaultDateTimePickerControlOptions.Builder,DefaultDateTimePickerControlOptions>
-
builder
public static DefaultDateTimePickerControlOptions.Builder builder()
-
serializableBuilderClass
public static Class<? extends DefaultDateTimePickerControlOptions.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
-
-