Interface CreateAppImageConfigRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<CreateAppImageConfigRequest.Builder,CreateAppImageConfigRequest>
,SageMakerRequest.Builder
,SdkBuilder<CreateAppImageConfigRequest.Builder,CreateAppImageConfigRequest>
,SdkPojo
,SdkRequest.Builder
- Enclosing class:
- CreateAppImageConfigRequest
public static interface CreateAppImageConfigRequest.Builder extends SageMakerRequest.Builder, SdkPojo, CopyableBuilder<CreateAppImageConfigRequest.Builder,CreateAppImageConfigRequest>
-
-
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
CreateAppImageConfigRequest.Builder appImageConfigName(String appImageConfigName)
The 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.
-
tags
CreateAppImageConfigRequest.Builder tags(Collection<Tag> tags)
A list of tags to apply to the AppImageConfig.
- Parameters:
tags
- A list of tags to apply to the AppImageConfig.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
CreateAppImageConfigRequest.Builder tags(Tag... tags)
A list of tags to apply to the AppImageConfig.
- Parameters:
tags
- A list of tags to apply to the AppImageConfig.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
CreateAppImageConfigRequest.Builder tags(Consumer<Tag.Builder>... tags)
A list of tags to apply to the AppImageConfig.
This is a convenience method that creates an instance of theTag.Builder
avoiding the need to create one manually viaTag.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed to#tags(List
.) - Parameters:
tags
- a consumer that will call methods onTag.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#tags(java.util.Collection
)
-
kernelGatewayImageConfig
CreateAppImageConfigRequest.Builder kernelGatewayImageConfig(KernelGatewayImageConfig kernelGatewayImageConfig)
The KernelGatewayImageConfig. You can only specify one image kernel in the AppImageConfig API. This kernel will be shown to users before the image starts. Once the image runs, all kernels are visible in JupyterLab.
- Parameters:
kernelGatewayImageConfig
- The KernelGatewayImageConfig. You can only specify one image kernel in the AppImageConfig API. This kernel will be shown to users before the image starts. Once the image runs, all kernels are visible in JupyterLab.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
kernelGatewayImageConfig
default CreateAppImageConfigRequest.Builder kernelGatewayImageConfig(Consumer<KernelGatewayImageConfig.Builder> kernelGatewayImageConfig)
The KernelGatewayImageConfig. You can only specify one image kernel in the AppImageConfig API. This kernel will be shown to users before the image starts. Once the image runs, all kernels are visible in JupyterLab.
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
CreateAppImageConfigRequest.Builder jupyterLabAppImageConfig(JupyterLabAppImageConfig jupyterLabAppImageConfig)
The
JupyterLabAppImageConfig
. You can only specify one image kernel in theAppImageConfig
API. This kernel is shown to users before the image starts. After the image runs, all kernels are visible in JupyterLab.- Parameters:
jupyterLabAppImageConfig
- TheJupyterLabAppImageConfig
. You can only specify one image kernel in theAppImageConfig
API. This kernel is shown to users before the image starts. After the image runs, all kernels are visible in JupyterLab.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
jupyterLabAppImageConfig
default CreateAppImageConfigRequest.Builder jupyterLabAppImageConfig(Consumer<JupyterLabAppImageConfig.Builder> jupyterLabAppImageConfig)
The
This is a convenience method that creates an instance of theJupyterLabAppImageConfig
. You can only specify one image kernel in theAppImageConfig
API. This kernel is shown to users before the image starts. After the image runs, all kernels are visible in JupyterLab.JupyterLabAppImageConfig.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
CreateAppImageConfigRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
overrideConfiguration
CreateAppImageConfigRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
-