Uses of Interface
software.amazon.awssdk.services.quicksight.model.DateTimeValueWhenUnsetConfiguration.Builder
-
Packages that use DateTimeValueWhenUnsetConfiguration.Builder Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of DateTimeValueWhenUnsetConfiguration.Builder in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return DateTimeValueWhenUnsetConfiguration.Builder Modifier and Type Method Description static DateTimeValueWhenUnsetConfiguration.BuilderDateTimeValueWhenUnsetConfiguration. builder()DateTimeValueWhenUnsetConfiguration.BuilderDateTimeValueWhenUnsetConfiguration.Builder. customValue(Instant customValue)A custom value that's used when the value of a parameter isn't set.DateTimeValueWhenUnsetConfiguration.BuilderDateTimeValueWhenUnsetConfiguration. toBuilder()DateTimeValueWhenUnsetConfiguration.BuilderDateTimeValueWhenUnsetConfiguration.Builder. valueWhenUnsetOption(String valueWhenUnsetOption)The built-in options for default values.DateTimeValueWhenUnsetConfiguration.BuilderDateTimeValueWhenUnsetConfiguration.Builder. valueWhenUnsetOption(ValueWhenUnsetOption valueWhenUnsetOption)The built-in options for default values.Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type DateTimeValueWhenUnsetConfiguration.Builder Modifier and Type Method Description static Class<? extends DateTimeValueWhenUnsetConfiguration.Builder>DateTimeValueWhenUnsetConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.quicksight.model with type arguments of type DateTimeValueWhenUnsetConfiguration.Builder Modifier and Type Method Description default DateTimeParameterDeclaration.BuilderDateTimeParameterDeclaration.Builder. valueWhenUnset(Consumer<DateTimeValueWhenUnsetConfiguration.Builder> valueWhenUnset)The configuration that defines the default value of aDateTimeparameter when a value has not been set.
-