public static interface AppImageConfigDetails.Builder extends SdkPojo, CopyableBuilder<AppImageConfigDetails.Builder,AppImageConfigDetails>
| Modifier and Type | Method and Description |
|---|---|
AppImageConfigDetails.Builder |
appImageConfigArn(String appImageConfigArn)
The Amazon Resource Name (ARN) of the AppImageConfig.
|
AppImageConfigDetails.Builder |
appImageConfigName(String appImageConfigName)
The name of the AppImageConfig.
|
AppImageConfigDetails.Builder |
creationTime(Instant creationTime)
When the AppImageConfig was created.
|
default AppImageConfigDetails.Builder |
kernelGatewayImageConfig(Consumer<KernelGatewayImageConfig.Builder> kernelGatewayImageConfig)
The configuration for the file system and kernels in the SageMaker image.
|
AppImageConfigDetails.Builder |
kernelGatewayImageConfig(KernelGatewayImageConfig kernelGatewayImageConfig)
The configuration for the file system and kernels in the SageMaker image.
|
AppImageConfigDetails.Builder |
lastModifiedTime(Instant lastModifiedTime)
When the AppImageConfig was last modified.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAppImageConfigDetails.Builder appImageConfigArn(String appImageConfigArn)
The Amazon Resource Name (ARN) of the AppImageConfig.
appImageConfigArn - The Amazon Resource Name (ARN) of the AppImageConfig.AppImageConfigDetails.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.AppImageConfigDetails.Builder creationTime(Instant creationTime)
When the AppImageConfig was created.
creationTime - When the AppImageConfig was created.AppImageConfigDetails.Builder lastModifiedTime(Instant lastModifiedTime)
When the AppImageConfig was last modified.
lastModifiedTime - When the AppImageConfig was last modified.AppImageConfigDetails.Builder kernelGatewayImageConfig(KernelGatewayImageConfig kernelGatewayImageConfig)
The configuration for the file system and kernels in the SageMaker image.
kernelGatewayImageConfig - The configuration for the file system and kernels in the SageMaker image.default AppImageConfigDetails.Builder kernelGatewayImageConfig(Consumer<KernelGatewayImageConfig.Builder> kernelGatewayImageConfig)
The configuration for the file system and kernels in the SageMaker image.
This is a convenience 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)Copyright © 2020. All rights reserved.