Uses of Interface
software.amazon.awssdk.services.quicksight.model.AnchorDateConfiguration.Builder
-
Packages that use AnchorDateConfiguration.Builder Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of AnchorDateConfiguration.Builder in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return AnchorDateConfiguration.Builder Modifier and Type Method Description AnchorDateConfiguration.BuilderAnchorDateConfiguration.Builder. anchorOption(String anchorOption)The options for the date configuration.AnchorDateConfiguration.BuilderAnchorDateConfiguration.Builder. anchorOption(AnchorOption anchorOption)The options for the date configuration.static AnchorDateConfiguration.BuilderAnchorDateConfiguration. builder()AnchorDateConfiguration.BuilderAnchorDateConfiguration.Builder. parameterName(String parameterName)The name of the parameter that is used for the anchor date configuration.AnchorDateConfiguration.BuilderAnchorDateConfiguration. toBuilder()Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type AnchorDateConfiguration.Builder Modifier and Type Method Description static Class<? extends AnchorDateConfiguration.Builder>AnchorDateConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.quicksight.model with type arguments of type AnchorDateConfiguration.Builder Modifier and Type Method Description default RelativeDatesFilter.BuilderRelativeDatesFilter.Builder. anchorDateConfiguration(Consumer<AnchorDateConfiguration.Builder> anchorDateConfiguration)The date configuration of the filter.
-