public static interface MonitoringAppSpecification.Builder extends SdkPojo, CopyableBuilder<MonitoringAppSpecification.Builder,MonitoringAppSpecification>
Modifier and Type | Method and Description |
---|---|
MonitoringAppSpecification.Builder |
containerArguments(Collection<String> containerArguments)
An array of arguments for the container used to run the monitoring job.
|
MonitoringAppSpecification.Builder |
containerArguments(String... containerArguments)
An array of arguments for the container used to run the monitoring job.
|
MonitoringAppSpecification.Builder |
containerEntrypoint(Collection<String> containerEntrypoint)
Specifies the entrypoint for a container used to run the monitoring job.
|
MonitoringAppSpecification.Builder |
containerEntrypoint(String... containerEntrypoint)
Specifies the entrypoint for a container used to run the monitoring job.
|
MonitoringAppSpecification.Builder |
imageUri(String imageUri)
The container image to be run by the monitoring job.
|
MonitoringAppSpecification.Builder |
postAnalyticsProcessorSourceUri(String postAnalyticsProcessorSourceUri)
An Amazon S3 URI to a script that is called after analysis has been performed.
|
MonitoringAppSpecification.Builder |
recordPreprocessorSourceUri(String recordPreprocessorSourceUri)
An Amazon S3 URI to a script that is called per row prior to running analysis.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
MonitoringAppSpecification.Builder imageUri(String imageUri)
The container image to be run by the monitoring job.
imageUri
- The container image to be run by the monitoring job.MonitoringAppSpecification.Builder containerEntrypoint(Collection<String> containerEntrypoint)
Specifies the entrypoint for a container used to run the monitoring job.
containerEntrypoint
- Specifies the entrypoint for a container used to run the monitoring job.MonitoringAppSpecification.Builder containerEntrypoint(String... containerEntrypoint)
Specifies the entrypoint for a container used to run the monitoring job.
containerEntrypoint
- Specifies the entrypoint for a container used to run the monitoring job.MonitoringAppSpecification.Builder containerArguments(Collection<String> containerArguments)
An array of arguments for the container used to run the monitoring job.
containerArguments
- An array of arguments for the container used to run the monitoring job.MonitoringAppSpecification.Builder containerArguments(String... containerArguments)
An array of arguments for the container used to run the monitoring job.
containerArguments
- An array of arguments for the container used to run the monitoring job.MonitoringAppSpecification.Builder recordPreprocessorSourceUri(String recordPreprocessorSourceUri)
An Amazon S3 URI to a script that is called per row prior to running analysis. It can base64 decode the payload and convert it into a flatted json so that the built-in container can use the converted data. Applicable only for the built-in (first party) containers.
recordPreprocessorSourceUri
- An Amazon S3 URI to a script that is called per row prior to running analysis. It can base64 decode
the payload and convert it into a flatted json so that the built-in container can use the converted
data. Applicable only for the built-in (first party) containers.MonitoringAppSpecification.Builder postAnalyticsProcessorSourceUri(String postAnalyticsProcessorSourceUri)
An Amazon S3 URI to a script that is called after analysis has been performed. Applicable only for the built-in (first party) containers.
postAnalyticsProcessorSourceUri
- An Amazon S3 URI to a script that is called after analysis has been performed. Applicable only for the
built-in (first party) containers.Copyright © 2022. All rights reserved.