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