public static interface DescribeAppImageConfigResponse.Builder extends SageMakerResponse.Builder, SdkPojo, CopyableBuilder<DescribeAppImageConfigResponse.Builder,DescribeAppImageConfigResponse>
Modifier and Type | Method and Description |
---|---|
DescribeAppImageConfigResponse.Builder |
appImageConfigArn(String appImageConfigArn)
The Amazon Resource Name (ARN) of the AppImageConfig.
|
DescribeAppImageConfigResponse.Builder |
appImageConfigName(String appImageConfigName)
The name of the AppImageConfig.
|
DescribeAppImageConfigResponse.Builder |
creationTime(Instant creationTime)
When the AppImageConfig was created.
|
default DescribeAppImageConfigResponse.Builder |
kernelGatewayImageConfig(Consumer<KernelGatewayImageConfig.Builder> kernelGatewayImageConfig)
The configuration of a KernelGateway app.
|
DescribeAppImageConfigResponse.Builder |
kernelGatewayImageConfig(KernelGatewayImageConfig kernelGatewayImageConfig)
The configuration of a KernelGateway app.
|
DescribeAppImageConfigResponse.Builder |
lastModifiedTime(Instant lastModifiedTime)
When the AppImageConfig was last modified.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
DescribeAppImageConfigResponse.Builder appImageConfigArn(String appImageConfigArn)
The Amazon Resource Name (ARN) of the AppImageConfig.
appImageConfigArn
- The Amazon Resource Name (ARN) of the AppImageConfig.DescribeAppImageConfigResponse.Builder appImageConfigName(String appImageConfigName)
The name of the AppImageConfig.
appImageConfigName
- The name of the AppImageConfig.DescribeAppImageConfigResponse.Builder creationTime(Instant creationTime)
When the AppImageConfig was created.
creationTime
- When the AppImageConfig was created.DescribeAppImageConfigResponse.Builder lastModifiedTime(Instant lastModifiedTime)
When the AppImageConfig was last modified.
lastModifiedTime
- When the AppImageConfig was last modified.DescribeAppImageConfigResponse.Builder kernelGatewayImageConfig(KernelGatewayImageConfig kernelGatewayImageConfig)
The configuration of a KernelGateway app.
kernelGatewayImageConfig
- The configuration of a KernelGateway app.default DescribeAppImageConfigResponse.Builder kernelGatewayImageConfig(Consumer<KernelGatewayImageConfig.Builder> kernelGatewayImageConfig)
The configuration of a KernelGateway app.
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.Builder
kernelGatewayImageConfig(KernelGatewayImageConfig)
Copyright © 2022. All rights reserved.