Uses of Interface
software.amazon.awssdk.services.quicksight.model.CustomActionURLOperation.Builder
-
Packages that use CustomActionURLOperation.Builder Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of CustomActionURLOperation.Builder in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return CustomActionURLOperation.Builder Modifier and Type Method Description static CustomActionURLOperation.BuilderCustomActionURLOperation. builder()CustomActionURLOperation.BuilderCustomActionURLOperation. toBuilder()CustomActionURLOperation.BuilderCustomActionURLOperation.Builder. urlTarget(String urlTarget)The target of theCustomActionURLOperation.CustomActionURLOperation.BuilderCustomActionURLOperation.Builder. urlTarget(URLTargetConfiguration urlTarget)The target of theCustomActionURLOperation.CustomActionURLOperation.BuilderCustomActionURLOperation.Builder. urlTemplate(String urlTemplate)THe URL link of theCustomActionURLOperation.Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type CustomActionURLOperation.Builder Modifier and Type Method Description static Class<? extends CustomActionURLOperation.Builder>CustomActionURLOperation. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.quicksight.model with type arguments of type CustomActionURLOperation.Builder Modifier and Type Method Description default VisualCustomActionOperation.BuilderVisualCustomActionOperation.Builder. urlOperation(Consumer<CustomActionURLOperation.Builder> urlOperation)The URL operation that opens a link to another webpage.
-