Uses of Interface
software.amazon.awssdk.services.quicksight.model.DashboardSourceEntity.Builder
-
Packages that use DashboardSourceEntity.Builder Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of DashboardSourceEntity.Builder in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return DashboardSourceEntity.Builder Modifier and Type Method Description static DashboardSourceEntity.BuilderDashboardSourceEntity. builder()default DashboardSourceEntity.BuilderDashboardSourceEntity.Builder. sourceTemplate(Consumer<DashboardSourceTemplate.Builder> sourceTemplate)Source template.DashboardSourceEntity.BuilderDashboardSourceEntity.Builder. sourceTemplate(DashboardSourceTemplate sourceTemplate)Source template.DashboardSourceEntity.BuilderDashboardSourceEntity. toBuilder()Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type DashboardSourceEntity.Builder Modifier and Type Method Description static Class<? extends DashboardSourceEntity.Builder>DashboardSourceEntity. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.quicksight.model with type arguments of type DashboardSourceEntity.Builder Modifier and Type Method Description default CreateDashboardRequest.BuilderCreateDashboardRequest.Builder. sourceEntity(Consumer<DashboardSourceEntity.Builder> sourceEntity)The entity that you are using as a source when you create the dashboard.default UpdateDashboardRequest.BuilderUpdateDashboardRequest.Builder. sourceEntity(Consumer<DashboardSourceEntity.Builder> sourceEntity)The entity that you are using as a source when you update the dashboard.
-