public static interface CreateAppImageConfigRequest.Builder extends SageMakerRequest.Builder, SdkPojo, CopyableBuilder<CreateAppImageConfigRequest.Builder,CreateAppImageConfigRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateAppImageConfigRequest.Builder appImageConfigName(String appImageConfigName)
The name of the AppImageConfig. Must be unique to your account.
appImageConfigName - The name of the AppImageConfig. Must be unique to your account.CreateAppImageConfigRequest.Builder tags(Collection<Tag> tags)
A list of tags to apply to the AppImageConfig.
tags - A list of tags to apply to the AppImageConfig.CreateAppImageConfigRequest.Builder tags(Tag... tags)
A list of tags to apply to the AppImageConfig.
tags - A list of tags to apply to the AppImageConfig.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 theList.Builder avoiding the need to
create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its result
is passed to #tags(List) .tags - a consumer that will call methods on List.Builder #tags(List) 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.
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.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 via KernelGatewayImageConfig.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to kernelGatewayImageConfig(KernelGatewayImageConfig).kernelGatewayImageConfig - a consumer that will call methods on KernelGatewayImageConfig.BuilderkernelGatewayImageConfig(KernelGatewayImageConfig)CreateAppImageConfigRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateAppImageConfigRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.