public static interface MonitoringBaselineConfig.Builder extends SdkPojo, CopyableBuilder<MonitoringBaselineConfig.Builder,MonitoringBaselineConfig>
| Modifier and Type | Method and Description |
|---|---|
MonitoringBaselineConfig.Builder |
baseliningJobName(String baseliningJobName)
The name of the job that performs baselining for the monitoring job.
|
default MonitoringBaselineConfig.Builder |
constraintsResource(Consumer<MonitoringConstraintsResource.Builder> constraintsResource)
The baseline constraint file in Amazon S3 that the current monitoring job should validated against.
|
MonitoringBaselineConfig.Builder |
constraintsResource(MonitoringConstraintsResource constraintsResource)
The baseline constraint file in Amazon S3 that the current monitoring job should validated against.
|
default MonitoringBaselineConfig.Builder |
statisticsResource(Consumer<MonitoringStatisticsResource.Builder> statisticsResource)
The baseline statistics file in Amazon S3 that the current monitoring job should be validated against.
|
MonitoringBaselineConfig.Builder |
statisticsResource(MonitoringStatisticsResource statisticsResource)
The baseline statistics file in Amazon S3 that the current monitoring job should be validated against.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildMonitoringBaselineConfig.Builder baseliningJobName(String baseliningJobName)
The name of the job that performs baselining for the monitoring job.
baseliningJobName - The name of the job that performs baselining for the monitoring job.MonitoringBaselineConfig.Builder constraintsResource(MonitoringConstraintsResource constraintsResource)
The baseline constraint file in Amazon S3 that the current monitoring job should validated against.
constraintsResource - The baseline constraint file in Amazon S3 that the current monitoring job should validated against.default MonitoringBaselineConfig.Builder constraintsResource(Consumer<MonitoringConstraintsResource.Builder> constraintsResource)
The baseline constraint file in Amazon S3 that the current monitoring job should validated against.
This is a convenience that creates an instance of theMonitoringConstraintsResource.Builder avoiding
the need to create one manually via MonitoringConstraintsResource.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to constraintsResource(MonitoringConstraintsResource).constraintsResource - a consumer that will call methods on MonitoringConstraintsResource.BuilderconstraintsResource(MonitoringConstraintsResource)MonitoringBaselineConfig.Builder statisticsResource(MonitoringStatisticsResource statisticsResource)
The baseline statistics file in Amazon S3 that the current monitoring job should be validated against.
statisticsResource - The baseline statistics file in Amazon S3 that the current monitoring job should be validated against.default MonitoringBaselineConfig.Builder statisticsResource(Consumer<MonitoringStatisticsResource.Builder> statisticsResource)
The baseline statistics file in Amazon S3 that the current monitoring job should be validated against.
This is a convenience that creates an instance of theMonitoringStatisticsResource.Builder avoiding
the need to create one manually via MonitoringStatisticsResource.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to statisticsResource(MonitoringStatisticsResource).statisticsResource - a consumer that will call methods on MonitoringStatisticsResource.BuilderstatisticsResource(MonitoringStatisticsResource)Copyright © 2020. All rights reserved.