Class CfnMonitoringSchedule.MonitoringInputProperty.Builder
java.lang.Object
software.amazon.awscdk.services.sagemaker.CfnMonitoringSchedule.MonitoringInputProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnMonitoringSchedule.MonitoringInputProperty>
- Enclosing interface:
CfnMonitoringSchedule.MonitoringInputProperty
@Stability(Stable)
public static final class CfnMonitoringSchedule.MonitoringInputProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnMonitoringSchedule.MonitoringInputProperty>
A builder for
CfnMonitoringSchedule.MonitoringInputProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbatchTransformInput(IResolvable batchTransformInput) Sets the value ofCfnMonitoringSchedule.MonitoringInputProperty.getBatchTransformInput()batchTransformInput(CfnMonitoringSchedule.BatchTransformInputProperty batchTransformInput) Sets the value ofCfnMonitoringSchedule.MonitoringInputProperty.getBatchTransformInput()build()Builds the configured instance.endpointInput(IResolvable endpointInput) Sets the value ofCfnMonitoringSchedule.MonitoringInputProperty.getEndpointInput()endpointInput(CfnMonitoringSchedule.EndpointInputProperty endpointInput) Sets the value ofCfnMonitoringSchedule.MonitoringInputProperty.getEndpointInput()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
batchTransformInput
@Stability(Stable) public CfnMonitoringSchedule.MonitoringInputProperty.Builder batchTransformInput(IResolvable batchTransformInput) Sets the value ofCfnMonitoringSchedule.MonitoringInputProperty.getBatchTransformInput()- Parameters:
batchTransformInput- Input object for the batch transform job.- Returns:
this
-
batchTransformInput
@Stability(Stable) public CfnMonitoringSchedule.MonitoringInputProperty.Builder batchTransformInput(CfnMonitoringSchedule.BatchTransformInputProperty batchTransformInput) Sets the value ofCfnMonitoringSchedule.MonitoringInputProperty.getBatchTransformInput()- Parameters:
batchTransformInput- Input object for the batch transform job.- Returns:
this
-
endpointInput
@Stability(Stable) public CfnMonitoringSchedule.MonitoringInputProperty.Builder endpointInput(IResolvable endpointInput) Sets the value ofCfnMonitoringSchedule.MonitoringInputProperty.getEndpointInput()- Parameters:
endpointInput- The endpoint for a monitoring job.- Returns:
this
-
endpointInput
@Stability(Stable) public CfnMonitoringSchedule.MonitoringInputProperty.Builder endpointInput(CfnMonitoringSchedule.EndpointInputProperty endpointInput) Sets the value ofCfnMonitoringSchedule.MonitoringInputProperty.getEndpointInput()- Parameters:
endpointInput- The endpoint for a monitoring job.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnMonitoringSchedule.MonitoringInputProperty>- Returns:
- a new instance of
CfnMonitoringSchedule.MonitoringInputProperty - Throws:
NullPointerException- if any required attribute was not provided
-