Interface ExperimentTemplateReportConfigurationDataSourcesInput.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ExperimentTemplateReportConfigurationDataSourcesInput.Builder,
,ExperimentTemplateReportConfigurationDataSourcesInput> SdkBuilder<ExperimentTemplateReportConfigurationDataSourcesInput.Builder,
,ExperimentTemplateReportConfigurationDataSourcesInput> SdkPojo
- Enclosing class:
ExperimentTemplateReportConfigurationDataSourcesInput
@Mutable
@NotThreadSafe
public static interface ExperimentTemplateReportConfigurationDataSourcesInput.Builder
extends SdkPojo, CopyableBuilder<ExperimentTemplateReportConfigurationDataSourcesInput.Builder,ExperimentTemplateReportConfigurationDataSourcesInput>
-
Method Summary
Modifier and TypeMethodDescriptioncloudWatchDashboards
(Collection<ReportConfigurationCloudWatchDashboardInput> cloudWatchDashboards) The CloudWatch dashboards to include as data sources in the experiment report.cloudWatchDashboards
(Consumer<ReportConfigurationCloudWatchDashboardInput.Builder>... cloudWatchDashboards) The CloudWatch dashboards to include as data sources in the experiment report.cloudWatchDashboards
(ReportConfigurationCloudWatchDashboardInput... 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
ExperimentTemplateReportConfigurationDataSourcesInput.Builder cloudWatchDashboards(Collection<ReportConfigurationCloudWatchDashboardInput> 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
ExperimentTemplateReportConfigurationDataSourcesInput.Builder cloudWatchDashboards(ReportConfigurationCloudWatchDashboardInput... 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
ExperimentTemplateReportConfigurationDataSourcesInput.Builder cloudWatchDashboards(Consumer<ReportConfigurationCloudWatchDashboardInput.Builder>... cloudWatchDashboards) The CloudWatch dashboards to include as data sources in the experiment report.
This is a convenience method that creates an instance of theReportConfigurationCloudWatchDashboardInput.Builder
avoiding the need to create one manually viaReportConfigurationCloudWatchDashboardInput.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tocloudWatchDashboards(List<ReportConfigurationCloudWatchDashboardInput>)
.- Parameters:
cloudWatchDashboards
- a consumer that will call methods onReportConfigurationCloudWatchDashboardInput.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-