Uses of Interface
software.amazon.awssdk.services.quicksight.model.CascadingControlSource.Builder
-
Packages that use CascadingControlSource.Builder Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of CascadingControlSource.Builder in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return CascadingControlSource.Builder Modifier and Type Method Description static CascadingControlSource.BuilderCascadingControlSource. builder()default CascadingControlSource.BuilderCascadingControlSource.Builder. columnToMatch(Consumer<ColumnIdentifier.Builder> columnToMatch)The column identifier that determines which column to look up for the source sheet control.CascadingControlSource.BuilderCascadingControlSource.Builder. columnToMatch(ColumnIdentifier columnToMatch)The column identifier that determines which column to look up for the source sheet control.CascadingControlSource.BuilderCascadingControlSource.Builder. sourceSheetControlId(String sourceSheetControlId)The source sheet control ID of aCascadingControlSource.CascadingControlSource.BuilderCascadingControlSource. toBuilder()Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type CascadingControlSource.Builder Modifier and Type Method Description static Class<? extends CascadingControlSource.Builder>CascadingControlSource. serializableBuilderClass()
-