@Stability(value=Stable) public static final class CfnNotebookInstanceProps.Builder extends Object implements software.amazon.jsii.Builder<CfnNotebookInstanceProps>
CfnNotebookInstanceProps| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnNotebookInstanceProps.Builder instanceType(String instanceType)
CfnNotebookInstanceProps.getInstanceType()instanceType - `AWS::SageMaker::NotebookInstance.InstanceType`. This parameter is required.this@Stability(value=Stable) public CfnNotebookInstanceProps.Builder roleArn(String roleArn)
CfnNotebookInstanceProps.getRoleArn()roleArn - `AWS::SageMaker::NotebookInstance.RoleArn`. This parameter is required.this@Stability(value=Stable) public CfnNotebookInstanceProps.Builder acceleratorTypes(List<String> acceleratorTypes)
CfnNotebookInstanceProps.getAcceleratorTypes()acceleratorTypes - `AWS::SageMaker::NotebookInstance.AcceleratorTypes`.this@Stability(value=Stable) public CfnNotebookInstanceProps.Builder additionalCodeRepositories(List<String> additionalCodeRepositories)
CfnNotebookInstanceProps.getAdditionalCodeRepositories()additionalCodeRepositories - `AWS::SageMaker::NotebookInstance.AdditionalCodeRepositories`.this@Stability(value=Stable) public CfnNotebookInstanceProps.Builder defaultCodeRepository(String defaultCodeRepository)
CfnNotebookInstanceProps.getDefaultCodeRepository()defaultCodeRepository - `AWS::SageMaker::NotebookInstance.DefaultCodeRepository`.this@Stability(value=Stable) public CfnNotebookInstanceProps.Builder directInternetAccess(String directInternetAccess)
CfnNotebookInstanceProps.getDirectInternetAccess()directInternetAccess - `AWS::SageMaker::NotebookInstance.DirectInternetAccess`.this@Stability(value=Stable) public CfnNotebookInstanceProps.Builder kmsKeyId(String kmsKeyId)
CfnNotebookInstanceProps.getKmsKeyId()kmsKeyId - `AWS::SageMaker::NotebookInstance.KmsKeyId`.this@Stability(value=Stable) public CfnNotebookInstanceProps.Builder lifecycleConfigName(String lifecycleConfigName)
CfnNotebookInstanceProps.getLifecycleConfigName()lifecycleConfigName - `AWS::SageMaker::NotebookInstance.LifecycleConfigName`.this@Stability(value=Stable) public CfnNotebookInstanceProps.Builder notebookInstanceName(String notebookInstanceName)
CfnNotebookInstanceProps.getNotebookInstanceName()notebookInstanceName - `AWS::SageMaker::NotebookInstance.NotebookInstanceName`.this@Stability(value=Stable) public CfnNotebookInstanceProps.Builder rootAccess(String rootAccess)
CfnNotebookInstanceProps.getRootAccess()rootAccess - `AWS::SageMaker::NotebookInstance.RootAccess`.this@Stability(value=Stable) public CfnNotebookInstanceProps.Builder securityGroupIds(List<String> securityGroupIds)
CfnNotebookInstanceProps.getSecurityGroupIds()securityGroupIds - `AWS::SageMaker::NotebookInstance.SecurityGroupIds`.this@Stability(value=Stable) public CfnNotebookInstanceProps.Builder subnetId(String subnetId)
CfnNotebookInstanceProps.getSubnetId()subnetId - `AWS::SageMaker::NotebookInstance.SubnetId`.this@Stability(value=Stable) public CfnNotebookInstanceProps.Builder tags(List<? extends CfnTag> tags)
CfnNotebookInstanceProps.getTags()tags - `AWS::SageMaker::NotebookInstance.Tags`.this@Stability(value=Stable) public CfnNotebookInstanceProps.Builder volumeSizeInGb(Number volumeSizeInGb)
CfnNotebookInstanceProps.getVolumeSizeInGb()volumeSizeInGb - `AWS::SageMaker::NotebookInstance.VolumeSizeInGB`.this@Stability(value=Stable) public CfnNotebookInstanceProps build()
build in interface software.amazon.jsii.Builder<CfnNotebookInstanceProps>CfnNotebookInstancePropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.