Interface ExperimentTemplateReportConfigurationDataSources.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ExperimentTemplateReportConfigurationDataSources.Builder,ExperimentTemplateReportConfigurationDataSources>,SdkBuilder<ExperimentTemplateReportConfigurationDataSources.Builder,ExperimentTemplateReportConfigurationDataSources>,SdkPojo
- Enclosing class:
- ExperimentTemplateReportConfigurationDataSources
public static interface ExperimentTemplateReportConfigurationDataSources.Builder extends SdkPojo, CopyableBuilder<ExperimentTemplateReportConfigurationDataSources.Builder,ExperimentTemplateReportConfigurationDataSources>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ExperimentTemplateReportConfigurationDataSources.BuildercloudWatchDashboards(Collection<ExperimentTemplateReportConfigurationCloudWatchDashboard> cloudWatchDashboards)The CloudWatch dashboards to include as data sources in the experiment report.ExperimentTemplateReportConfigurationDataSources.BuildercloudWatchDashboards(Consumer<ExperimentTemplateReportConfigurationCloudWatchDashboard.Builder>... cloudWatchDashboards)The CloudWatch dashboards to include as data sources in the experiment report.ExperimentTemplateReportConfigurationDataSources.BuildercloudWatchDashboards(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 Detail
-
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.Builderavoiding the need to create one manually viaExperimentTemplateReportConfigurationCloudWatchDashboard.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 onExperimentTemplateReportConfigurationCloudWatchDashboard.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#cloudWatchDashboards(java.util.Collection)
-
-