Class CfnClusterPropsMixin.PatchScheduleProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.sagemaker.CfnClusterPropsMixin.PatchScheduleProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnClusterPropsMixin.PatchScheduleProperty>
- Enclosing interface:
CfnClusterPropsMixin.PatchScheduleProperty
@Stability(Stable)
public static final class CfnClusterPropsMixin.PatchScheduleProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnClusterPropsMixin.PatchScheduleProperty>
A builder for
CfnClusterPropsMixin.PatchScheduleProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.nextPatchDate(String nextPatchDate) Sets the value ofCfnClusterPropsMixin.PatchScheduleProperty.getNextPatchDate()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
nextPatchDate
@Stability(Stable) public CfnClusterPropsMixin.PatchScheduleProperty.Builder nextPatchDate(String nextPatchDate) Sets the value ofCfnClusterPropsMixin.PatchScheduleProperty.getNextPatchDate()- Parameters:
nextPatchDate- The date and time of the next scheduled patch, set by the system when a patch AMI is detected.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnClusterPropsMixin.PatchScheduleProperty>- Returns:
- a new instance of
CfnClusterPropsMixin.PatchScheduleProperty - Throws:
NullPointerException- if any required attribute was not provided
-