Interface ExperimentTemplateReportConfigurationDataSources.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ExperimentTemplateReportConfigurationDataSources.Builder,
,ExperimentTemplateReportConfigurationDataSources> SdkBuilder<ExperimentTemplateReportConfigurationDataSources.Builder,
,ExperimentTemplateReportConfigurationDataSources> SdkPojo
- Enclosing class:
ExperimentTemplateReportConfigurationDataSources
@Mutable
@NotThreadSafe
public static interface ExperimentTemplateReportConfigurationDataSources.Builder
extends SdkPojo, CopyableBuilder<ExperimentTemplateReportConfigurationDataSources.Builder,ExperimentTemplateReportConfigurationDataSources>
-
Method Summary
Modifier and TypeMethodDescriptioncloudWatchDashboards
(Collection<ExperimentTemplateReportConfigurationCloudWatchDashboard> cloudWatchDashboards) The CloudWatch dashboards to include as data sources in the experiment report.cloudWatchDashboards
(Consumer<ExperimentTemplateReportConfigurationCloudWatchDashboard.Builder>... cloudWatchDashboards) The CloudWatch dashboards to include as data sources in the experiment report.cloudWatchDashboards
(ExperimentTemplateReportConfigurationCloudWatchDashboard... cloudWatchDashboards) The CloudWatch dashboards to include as data sources in the experiment report.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
cloudWatchDashboards
ExperimentTemplateReportConfigurationDataSources.Builder cloudWatchDashboards(Collection<ExperimentTemplateReportConfigurationCloudWatchDashboard> cloudWatchDashboards) The CloudWatch dashboards to include as data sources in the experiment report.
- Parameters:
cloudWatchDashboards
- The CloudWatch dashboards to include as data sources in the experiment report.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
cloudWatchDashboards
ExperimentTemplateReportConfigurationDataSources.Builder cloudWatchDashboards(ExperimentTemplateReportConfigurationCloudWatchDashboard... cloudWatchDashboards) The CloudWatch dashboards to include as data sources in the experiment report.
- Parameters:
cloudWatchDashboards
- The CloudWatch dashboards to include as data sources in the experiment report.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
cloudWatchDashboards
ExperimentTemplateReportConfigurationDataSources.Builder cloudWatchDashboards(Consumer<ExperimentTemplateReportConfigurationCloudWatchDashboard.Builder>... cloudWatchDashboards) The CloudWatch dashboards to include as data sources in the experiment report.
This is a convenience method that creates an instance of theExperimentTemplateReportConfigurationCloudWatchDashboard.Builder
avoiding the need to create one manually viaExperimentTemplateReportConfigurationCloudWatchDashboard.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tocloudWatchDashboards(List<ExperimentTemplateReportConfigurationCloudWatchDashboard>)
.- Parameters:
cloudWatchDashboards
- a consumer that will call methods onExperimentTemplateReportConfigurationCloudWatchDashboard.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-