Uses of Interface
software.amazon.awssdk.services.fis.model.ExperimentReportConfigurationDataSources.Builder
-
Packages that use ExperimentReportConfigurationDataSources.Builder Package Description software.amazon.awssdk.services.fis.model -
-
Uses of ExperimentReportConfigurationDataSources.Builder in software.amazon.awssdk.services.fis.model
Methods in software.amazon.awssdk.services.fis.model that return ExperimentReportConfigurationDataSources.Builder Modifier and Type Method Description static ExperimentReportConfigurationDataSources.BuilderExperimentReportConfigurationDataSources. builder()ExperimentReportConfigurationDataSources.BuilderExperimentReportConfigurationDataSources.Builder. cloudWatchDashboards(Collection<ExperimentReportConfigurationCloudWatchDashboard> cloudWatchDashboards)The CloudWatch dashboards to include as data sources in the experiment report.ExperimentReportConfigurationDataSources.BuilderExperimentReportConfigurationDataSources.Builder. cloudWatchDashboards(Consumer<ExperimentReportConfigurationCloudWatchDashboard.Builder>... cloudWatchDashboards)The CloudWatch dashboards to include as data sources in the experiment report.ExperimentReportConfigurationDataSources.BuilderExperimentReportConfigurationDataSources.Builder. cloudWatchDashboards(ExperimentReportConfigurationCloudWatchDashboard... cloudWatchDashboards)The CloudWatch dashboards to include as data sources in the experiment report.ExperimentReportConfigurationDataSources.BuilderExperimentReportConfigurationDataSources. toBuilder()Methods in software.amazon.awssdk.services.fis.model that return types with arguments of type ExperimentReportConfigurationDataSources.Builder Modifier and Type Method Description static Class<? extends ExperimentReportConfigurationDataSources.Builder>ExperimentReportConfigurationDataSources. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.fis.model with type arguments of type ExperimentReportConfigurationDataSources.Builder Modifier and Type Method Description default ExperimentReportConfiguration.BuilderExperimentReportConfiguration.Builder. dataSources(Consumer<ExperimentReportConfigurationDataSources.Builder> dataSources)The data sources for the experiment report.
-