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 interface
DefaultDateTimePickerControlOptions.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DefaultDateTimePickerControlOptions.Builder
builder()
CommitMode
commitMode()
The visibility configuration of the Apply button on aDateTimePickerControl
.String
commitModeAsString()
The visibility configuration of the Apply button on aDateTimePickerControl
.DateTimePickerControlDisplayOptions
displayOptions()
The display options of a control.boolean
equals(Object obj)
boolean
equalsBySdkFields(Object obj)
<T> Optional<T>
getValueForField(String fieldName, Class<T> clazz)
int
hashCode()
Map<String,SdkField<?>>
sdkFieldNameToField()
List<SdkField<?>>
sdkFields()
static Class<? extends DefaultDateTimePickerControlOptions.Builder>
serializableBuilderClass()
DefaultDateTimePickerControlOptions.Builder
toBuilder()
String
toString()
Returns a string representation of this object.SheetControlDateTimePickerType
type()
The date time picker type of theDefaultDateTimePickerControlOptions
.String
typeAsString()
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,
type
will 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,
type
will 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,
commitMode
will 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,
commitMode
will 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:
toBuilder
in 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:
equalsBySdkFields
in 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:
sdkFieldNameToField
in interfaceSdkPojo
-
-