Uses of Interface
software.amazon.awssdk.services.quicksight.model.LocalNavigationConfiguration.Builder
-
Packages that use LocalNavigationConfiguration.Builder Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of LocalNavigationConfiguration.Builder in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return LocalNavigationConfiguration.Builder Modifier and Type Method Description static LocalNavigationConfiguration.BuilderLocalNavigationConfiguration. builder()LocalNavigationConfiguration.BuilderLocalNavigationConfiguration.Builder. targetSheetId(String targetSheetId)The sheet that is targeted for navigation in the same analysis.LocalNavigationConfiguration.BuilderLocalNavigationConfiguration. toBuilder()Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type LocalNavigationConfiguration.Builder Modifier and Type Method Description static Class<? extends LocalNavigationConfiguration.Builder>LocalNavigationConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.quicksight.model with type arguments of type LocalNavigationConfiguration.Builder Modifier and Type Method Description default CustomActionNavigationOperation.BuilderCustomActionNavigationOperation.Builder. localNavigationConfiguration(Consumer<LocalNavigationConfiguration.Builder> localNavigationConfiguration)The configuration that chooses the navigation target.
-