Class CfnInferenceExperimentPropsMixin.InferenceExperimentScheduleProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.sagemaker.CfnInferenceExperimentPropsMixin.InferenceExperimentScheduleProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnInferenceExperimentPropsMixin.InferenceExperimentScheduleProperty>
- Enclosing interface:
CfnInferenceExperimentPropsMixin.InferenceExperimentScheduleProperty
@Stability(Stable)
public static final class CfnInferenceExperimentPropsMixin.InferenceExperimentScheduleProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnInferenceExperimentPropsMixin.InferenceExperimentScheduleProperty>
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
endTime
@Stability(Stable) public CfnInferenceExperimentPropsMixin.InferenceExperimentScheduleProperty.Builder endTime(String endTime) - Parameters:
endTime- The timestamp at which the inference experiment ended or will end.- Returns:
this
-
startTime
@Stability(Stable) public CfnInferenceExperimentPropsMixin.InferenceExperimentScheduleProperty.Builder startTime(String startTime) Sets the value ofCfnInferenceExperimentPropsMixin.InferenceExperimentScheduleProperty.getStartTime()- Parameters:
startTime- The timestamp at which the inference experiment started or will start.- Returns:
this
-
build
@Stability(Stable) public CfnInferenceExperimentPropsMixin.InferenceExperimentScheduleProperty build()Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnInferenceExperimentPropsMixin.InferenceExperimentScheduleProperty>- Returns:
- a new instance of
CfnInferenceExperimentPropsMixin.InferenceExperimentScheduleProperty - Throws:
NullPointerException- if any required attribute was not provided
-