Interface ExperimentReportConfigurationDataSources.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ExperimentReportConfigurationDataSources.Builder,ExperimentReportConfigurationDataSources>,SdkBuilder<ExperimentReportConfigurationDataSources.Builder,ExperimentReportConfigurationDataSources>,SdkPojo
- Enclosing class:
- ExperimentReportConfigurationDataSources
public static interface ExperimentReportConfigurationDataSources.Builder extends SdkPojo, CopyableBuilder<ExperimentReportConfigurationDataSources.Builder,ExperimentReportConfigurationDataSources>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ExperimentReportConfigurationDataSources.BuildercloudWatchDashboards(Collection<ExperimentReportConfigurationCloudWatchDashboard> cloudWatchDashboards)The CloudWatch dashboards to include as data sources in the experiment report.ExperimentReportConfigurationDataSources.BuildercloudWatchDashboards(Consumer<ExperimentReportConfigurationCloudWatchDashboard.Builder>... cloudWatchDashboards)The CloudWatch dashboards to include as data sources in the experiment report.ExperimentReportConfigurationDataSources.BuildercloudWatchDashboards(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 Detail
-
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.Builderavoiding the need to create one manually viaExperimentReportConfigurationCloudWatchDashboard.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#cloudWatchDashboards(List.) - 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:
#cloudWatchDashboards(java.util.Collection)
-
-