Interface UpdateAppImageConfigRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<UpdateAppImageConfigRequest.Builder,UpdateAppImageConfigRequest>
,SageMakerRequest.Builder
,SdkBuilder<UpdateAppImageConfigRequest.Builder,UpdateAppImageConfigRequest>
,SdkPojo
,SdkRequest.Builder
- Enclosing class:
- UpdateAppImageConfigRequest
public static interface UpdateAppImageConfigRequest.Builder extends SageMakerRequest.Builder, SdkPojo, CopyableBuilder<UpdateAppImageConfigRequest.Builder,UpdateAppImageConfigRequest>
-
-
Method Summary
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.sagemaker.model.SageMakerRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
appImageConfigName
UpdateAppImageConfigRequest.Builder appImageConfigName(String appImageConfigName)
The name of the AppImageConfig to update.
- Parameters:
appImageConfigName
- The name of the AppImageConfig to update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
kernelGatewayImageConfig
UpdateAppImageConfigRequest.Builder kernelGatewayImageConfig(KernelGatewayImageConfig kernelGatewayImageConfig)
The new KernelGateway app to run on the image.
- Parameters:
kernelGatewayImageConfig
- The new KernelGateway app to run on the image.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
kernelGatewayImageConfig
default UpdateAppImageConfigRequest.Builder kernelGatewayImageConfig(Consumer<KernelGatewayImageConfig.Builder> kernelGatewayImageConfig)
The new KernelGateway app to run on the image.
This is a convenience method that creates an instance of theKernelGatewayImageConfig.Builder
avoiding the need to create one manually viaKernelGatewayImageConfig.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tokernelGatewayImageConfig(KernelGatewayImageConfig)
.- Parameters:
kernelGatewayImageConfig
- a consumer that will call methods onKernelGatewayImageConfig.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
kernelGatewayImageConfig(KernelGatewayImageConfig)
-
jupyterLabAppImageConfig
UpdateAppImageConfigRequest.Builder jupyterLabAppImageConfig(JupyterLabAppImageConfig jupyterLabAppImageConfig)
The JupyterLab app running on the image.
- Parameters:
jupyterLabAppImageConfig
- The JupyterLab app running on the image.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
jupyterLabAppImageConfig
default UpdateAppImageConfigRequest.Builder jupyterLabAppImageConfig(Consumer<JupyterLabAppImageConfig.Builder> jupyterLabAppImageConfig)
The JupyterLab app running on the image.
This is a convenience method that creates an instance of theJupyterLabAppImageConfig.Builder
avoiding the need to create one manually viaJupyterLabAppImageConfig.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tojupyterLabAppImageConfig(JupyterLabAppImageConfig)
.- Parameters:
jupyterLabAppImageConfig
- a consumer that will call methods onJupyterLabAppImageConfig.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
jupyterLabAppImageConfig(JupyterLabAppImageConfig)
-
overrideConfiguration
UpdateAppImageConfigRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateAppImageConfigRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
-