Class CfnMonitoringSchedulePropsMixin.MonitoringAppSpecificationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.sagemaker.CfnMonitoringSchedulePropsMixin.MonitoringAppSpecificationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnMonitoringSchedulePropsMixin.MonitoringAppSpecificationProperty>
- Enclosing interface:
CfnMonitoringSchedulePropsMixin.MonitoringAppSpecificationProperty
@Stability(Stable)
public static final class CfnMonitoringSchedulePropsMixin.MonitoringAppSpecificationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnMonitoringSchedulePropsMixin.MonitoringAppSpecificationProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.containerArguments(List<String> containerArguments) containerEntrypoint(List<String> containerEntrypoint) postAnalyticsProcessorSourceUri(String postAnalyticsProcessorSourceUri) recordPreprocessorSourceUri(String recordPreprocessorSourceUri)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
containerArguments
@Stability(Stable) public CfnMonitoringSchedulePropsMixin.MonitoringAppSpecificationProperty.Builder containerArguments(List<String> containerArguments) Sets the value ofCfnMonitoringSchedulePropsMixin.MonitoringAppSpecificationProperty.getContainerArguments()- Parameters:
containerArguments- An array of arguments for the container used to run the monitoring job.- Returns:
this
-
containerEntrypoint
@Stability(Stable) public CfnMonitoringSchedulePropsMixin.MonitoringAppSpecificationProperty.Builder containerEntrypoint(List<String> containerEntrypoint) Sets the value ofCfnMonitoringSchedulePropsMixin.MonitoringAppSpecificationProperty.getContainerEntrypoint()- Parameters:
containerEntrypoint- Specifies the entrypoint for a container used to run the monitoring job.- Returns:
this
-
imageUri
@Stability(Stable) public CfnMonitoringSchedulePropsMixin.MonitoringAppSpecificationProperty.Builder imageUri(String imageUri) - Parameters:
imageUri- The container image to be run by the monitoring job.- Returns:
this
-
postAnalyticsProcessorSourceUri
@Stability(Stable) public CfnMonitoringSchedulePropsMixin.MonitoringAppSpecificationProperty.Builder postAnalyticsProcessorSourceUri(String postAnalyticsProcessorSourceUri) Sets the value ofCfnMonitoringSchedulePropsMixin.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 CfnMonitoringSchedulePropsMixin.MonitoringAppSpecificationProperty.Builder recordPreprocessorSourceUri(String recordPreprocessorSourceUri) Sets the value ofCfnMonitoringSchedulePropsMixin.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 flattened JSON so that the built-in container can use the converted data. Applicable only for the built-in (first party) containers.- Returns:
this
-
build
@Stability(Stable) public CfnMonitoringSchedulePropsMixin.MonitoringAppSpecificationProperty build()Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnMonitoringSchedulePropsMixin.MonitoringAppSpecificationProperty>- Returns:
- a new instance of
CfnMonitoringSchedulePropsMixin.MonitoringAppSpecificationProperty - Throws:
NullPointerException- if any required attribute was not provided
-