public static final class CfnAppImageConfig.KernelSpecProperty.Builder
extends java.lang.Object
CfnAppImageConfig.KernelSpecProperty
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CfnAppImageConfig.KernelSpecProperty |
build()
Builds the configured instance.
|
CfnAppImageConfig.KernelSpecProperty.Builder |
displayName(java.lang.String displayName)
Sets the value of
CfnAppImageConfig.KernelSpecProperty.getDisplayName() |
CfnAppImageConfig.KernelSpecProperty.Builder |
name(java.lang.String name)
Sets the value of
CfnAppImageConfig.KernelSpecProperty.getName() |
public CfnAppImageConfig.KernelSpecProperty.Builder name(java.lang.String name)
CfnAppImageConfig.KernelSpecProperty.getName()
name
- The name of the Jupyter kernel in the image. This parameter is required.
This value is case sensitive.this
public CfnAppImageConfig.KernelSpecProperty.Builder displayName(java.lang.String displayName)
CfnAppImageConfig.KernelSpecProperty.getDisplayName()
displayName
- The display name of the kernel.this
public CfnAppImageConfig.KernelSpecProperty build()
CfnAppImageConfig.KernelSpecProperty
java.lang.NullPointerException
- if any required attribute was not provided