Class CfnMonitoringSchedule.MonitoringAppSpecificationProperty.Builder
java.lang.Object
software.amazon.awscdk.services.sagemaker.CfnMonitoringSchedule.MonitoringAppSpecificationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnMonitoringSchedule.MonitoringAppSpecificationProperty>
- Enclosing interface:
- CfnMonitoringSchedule.MonitoringAppSpecificationProperty
@Stability(Stable)
public static final class CfnMonitoringSchedule.MonitoringAppSpecificationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnMonitoringSchedule.MonitoringAppSpecificationProperty>
A builder for
CfnMonitoringSchedule.MonitoringAppSpecificationProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.containerArguments(List<String> containerArguments) containerEntrypoint(List<String> containerEntrypoint) Sets the value ofCfnMonitoringSchedule.MonitoringAppSpecificationProperty.getImageUri()postAnalyticsProcessorSourceUri(String postAnalyticsProcessorSourceUri) recordPreprocessorSourceUri(String recordPreprocessorSourceUri)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
imageUri
@Stability(Stable) public CfnMonitoringSchedule.MonitoringAppSpecificationProperty.Builder imageUri(String imageUri) Sets the value ofCfnMonitoringSchedule.MonitoringAppSpecificationProperty.getImageUri()- Parameters:
imageUri- The container image to be run by the monitoring job. This parameter is required.- Returns:
this
-
containerArguments
@Stability(Stable) public CfnMonitoringSchedule.MonitoringAppSpecificationProperty.Builder containerArguments(List<String> containerArguments) - Parameters:
containerArguments- An array of arguments for the container used to run the monitoring job.- Returns:
this
-
containerEntrypoint
@Stability(Stable) public CfnMonitoringSchedule.MonitoringAppSpecificationProperty.Builder containerEntrypoint(List<String> containerEntrypoint) - Parameters:
containerEntrypoint- Specifies the entrypoint for a container used to run the monitoring job.- Returns:
this
-
postAnalyticsProcessorSourceUri
@Stability(Stable) public CfnMonitoringSchedule.MonitoringAppSpecificationProperty.Builder postAnalyticsProcessorSourceUri(String postAnalyticsProcessorSourceUri) Sets the value ofCfnMonitoringSchedule.MonitoringAppSpecificationProperty.getPostAnalyticsProcessorSourceUri()- Parameters:
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.- Returns:
this
-
recordPreprocessorSourceUri
@Stability(Stable) public CfnMonitoringSchedule.MonitoringAppSpecificationProperty.Builder recordPreprocessorSourceUri(String recordPreprocessorSourceUri) Sets the value ofCfnMonitoringSchedule.MonitoringAppSpecificationProperty.getRecordPreprocessorSourceUri()- Parameters:
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.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnMonitoringSchedule.MonitoringAppSpecificationProperty>- Returns:
- a new instance of
CfnMonitoringSchedule.MonitoringAppSpecificationProperty - Throws:
NullPointerException- if any required attribute was not provided
-