@Stability(value=Stable) public static final class CfnNotebookInstanceLifecycleConfig.Builder extends Object implements software.amazon.jsii.Builder<CfnNotebookInstanceLifecycleConfig>
CfnNotebookInstanceLifecycleConfig.| Modifier and Type | Method and Description |
|---|---|
CfnNotebookInstanceLifecycleConfig |
build() |
static CfnNotebookInstanceLifecycleConfig.Builder |
create(software.constructs.Construct scope,
String id) |
CfnNotebookInstanceLifecycleConfig.Builder |
notebookInstanceLifecycleConfigName(String notebookInstanceLifecycleConfigName)
`AWS::SageMaker::NotebookInstanceLifecycleConfig.NotebookInstanceLifecycleConfigName`.
|
CfnNotebookInstanceLifecycleConfig.Builder |
onCreate(IResolvable onCreate)
`AWS::SageMaker::NotebookInstanceLifecycleConfig.OnCreate`.
|
CfnNotebookInstanceLifecycleConfig.Builder |
onCreate(List<? extends Object> onCreate)
`AWS::SageMaker::NotebookInstanceLifecycleConfig.OnCreate`.
|
CfnNotebookInstanceLifecycleConfig.Builder |
onStart(IResolvable onStart)
`AWS::SageMaker::NotebookInstanceLifecycleConfig.OnStart`.
|
CfnNotebookInstanceLifecycleConfig.Builder |
onStart(List<? extends Object> onStart)
`AWS::SageMaker::NotebookInstanceLifecycleConfig.OnStart`.
|
@Stability(value=Stable) public static CfnNotebookInstanceLifecycleConfig.Builder create(software.constructs.Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnNotebookInstanceLifecycleConfig.NotebookInstanceLifecycleHookProperty.Builder.@Stability(value=Stable) public CfnNotebookInstanceLifecycleConfig.Builder notebookInstanceLifecycleConfigName(String notebookInstanceLifecycleConfigName)
notebookInstanceLifecycleConfigName - `AWS::SageMaker::NotebookInstanceLifecycleConfig.NotebookInstanceLifecycleConfigName`. This parameter is required.this@Stability(value=Stable) public CfnNotebookInstanceLifecycleConfig.Builder onCreate(IResolvable onCreate)
onCreate - `AWS::SageMaker::NotebookInstanceLifecycleConfig.OnCreate`. This parameter is required.this@Stability(value=Stable) public CfnNotebookInstanceLifecycleConfig.Builder onCreate(List<? extends Object> onCreate)
onCreate - `AWS::SageMaker::NotebookInstanceLifecycleConfig.OnCreate`. This parameter is required.this@Stability(value=Stable) public CfnNotebookInstanceLifecycleConfig.Builder onStart(IResolvable onStart)
onStart - `AWS::SageMaker::NotebookInstanceLifecycleConfig.OnStart`. This parameter is required.this@Stability(value=Stable) public CfnNotebookInstanceLifecycleConfig.Builder onStart(List<? extends Object> onStart)
onStart - `AWS::SageMaker::NotebookInstanceLifecycleConfig.OnStart`. This parameter is required.this@Stability(value=Stable) public CfnNotebookInstanceLifecycleConfig build()
build in interface software.amazon.jsii.Builder<CfnNotebookInstanceLifecycleConfig>Copyright © 2021. All rights reserved.