Class CfnInferenceComponentPropsMixin.AutoRollbackConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.sagemaker.CfnInferenceComponentPropsMixin.AutoRollbackConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnInferenceComponentPropsMixin.AutoRollbackConfigurationProperty>
- Enclosing interface:
CfnInferenceComponentPropsMixin.AutoRollbackConfigurationProperty
@Stability(Stable)
public static final class CfnInferenceComponentPropsMixin.AutoRollbackConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnInferenceComponentPropsMixin.AutoRollbackConfigurationProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionalarms(IResolvable alarms) build()Builds the configured instance.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
alarms
@Stability(Stable) public CfnInferenceComponentPropsMixin.AutoRollbackConfigurationProperty.Builder alarms(IResolvable alarms) - Parameters:
alarms- the value to be set.- Returns:
this
-
alarms
@Stability(Stable) public CfnInferenceComponentPropsMixin.AutoRollbackConfigurationProperty.Builder alarms(List<? extends Object> alarms) - Parameters:
alarms- the value to be set.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnInferenceComponentPropsMixin.AutoRollbackConfigurationProperty>- Returns:
- a new instance of
CfnInferenceComponentPropsMixin.AutoRollbackConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-