public static interface MonitoringBaselineConfig.Builder extends SdkPojo, CopyableBuilder<MonitoringBaselineConfig.Builder,MonitoringBaselineConfig>
Modifier and Type | Method and Description |
---|---|
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, sdkFields
copy
applyMutation, build
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.Builder
constraintsResource(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.Builder
statisticsResource(MonitoringStatisticsResource)
Copyright © 2020. All rights reserved.