Interface AppImageConfigDetails.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<AppImageConfigDetails.Builder,,- AppImageConfigDetails> - SdkBuilder<AppImageConfigDetails.Builder,,- AppImageConfigDetails> - SdkPojo
- Enclosing class:
- AppImageConfigDetails
- 
Method SummaryModifier and TypeMethodDescriptionappImageConfigArn(String appImageConfigArn) The ARN of the AppImageConfig.appImageConfigName(String appImageConfigName) The name of the AppImageConfig.default AppImageConfigDetails.BuildercodeEditorAppImageConfig(Consumer<CodeEditorAppImageConfig.Builder> codeEditorAppImageConfig) The configuration for the file system and the runtime, such as the environment variables and entry point.codeEditorAppImageConfig(CodeEditorAppImageConfig codeEditorAppImageConfig) The configuration for the file system and the runtime, such as the environment variables and entry point.creationTime(Instant creationTime) When the AppImageConfig was created.default AppImageConfigDetails.BuilderjupyterLabAppImageConfig(Consumer<JupyterLabAppImageConfig.Builder> jupyterLabAppImageConfig) The configuration for the file system and the runtime, such as the environment variables and entry point.jupyterLabAppImageConfig(JupyterLabAppImageConfig jupyterLabAppImageConfig) The configuration for the file system and the runtime, such as the environment variables and entry point.default AppImageConfigDetails.BuilderkernelGatewayImageConfig(Consumer<KernelGatewayImageConfig.Builder> kernelGatewayImageConfig) The configuration for the file system and kernels in the SageMaker image.kernelGatewayImageConfig(KernelGatewayImageConfig kernelGatewayImageConfig) The configuration for the file system and kernels in the SageMaker image.lastModifiedTime(Instant lastModifiedTime) When the AppImageConfig was last modified.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFields
- 
Method Details- 
appImageConfigArnThe ARN of the AppImageConfig. - Parameters:
- appImageConfigArn- The ARN of the AppImageConfig.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
appImageConfigNameThe name of the AppImageConfig. Must be unique to your account. - Parameters:
- appImageConfigName- The name of the AppImageConfig. Must be unique to your account.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
creationTimeWhen the AppImageConfig was created. - Parameters:
- creationTime- When the AppImageConfig was created.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
lastModifiedTimeWhen the AppImageConfig was last modified. - Parameters:
- lastModifiedTime- When the AppImageConfig was last modified.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
kernelGatewayImageConfigAppImageConfigDetails.Builder kernelGatewayImageConfig(KernelGatewayImageConfig kernelGatewayImageConfig) The configuration for the file system and kernels in the SageMaker image. - Parameters:
- kernelGatewayImageConfig- The configuration for the file system and kernels in the SageMaker image.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
kernelGatewayImageConfigdefault AppImageConfigDetails.Builder kernelGatewayImageConfig(Consumer<KernelGatewayImageConfig.Builder> kernelGatewayImageConfig) The configuration for the file system and kernels in the SageMaker image. This is a convenience method that creates an instance of theKernelGatewayImageConfig.Builderavoiding the need to create one manually viaKernelGatewayImageConfig.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tokernelGatewayImageConfig(KernelGatewayImageConfig).- Parameters:
- kernelGatewayImageConfig- a consumer that will call methods on- KernelGatewayImageConfig.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
jupyterLabAppImageConfigAppImageConfigDetails.Builder jupyterLabAppImageConfig(JupyterLabAppImageConfig jupyterLabAppImageConfig) The configuration for the file system and the runtime, such as the environment variables and entry point. - Parameters:
- jupyterLabAppImageConfig- The configuration for the file system and the runtime, such as the environment variables and entry point.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
jupyterLabAppImageConfigdefault AppImageConfigDetails.Builder jupyterLabAppImageConfig(Consumer<JupyterLabAppImageConfig.Builder> jupyterLabAppImageConfig) The configuration for the file system and the runtime, such as the environment variables and entry point. This is a convenience method that creates an instance of theJupyterLabAppImageConfig.Builderavoiding the need to create one manually viaJupyterLabAppImageConfig.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tojupyterLabAppImageConfig(JupyterLabAppImageConfig).- Parameters:
- jupyterLabAppImageConfig- a consumer that will call methods on- JupyterLabAppImageConfig.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
codeEditorAppImageConfigAppImageConfigDetails.Builder codeEditorAppImageConfig(CodeEditorAppImageConfig codeEditorAppImageConfig) The configuration for the file system and the runtime, such as the environment variables and entry point. - Parameters:
- codeEditorAppImageConfig- The configuration for the file system and the runtime, such as the environment variables and entry point.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
codeEditorAppImageConfigdefault AppImageConfigDetails.Builder codeEditorAppImageConfig(Consumer<CodeEditorAppImageConfig.Builder> codeEditorAppImageConfig) The configuration for the file system and the runtime, such as the environment variables and entry point. This is a convenience method that creates an instance of theCodeEditorAppImageConfig.Builderavoiding the need to create one manually viaCodeEditorAppImageConfig.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tocodeEditorAppImageConfig(CodeEditorAppImageConfig).- Parameters:
- codeEditorAppImageConfig- a consumer that will call methods on- CodeEditorAppImageConfig.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-