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