public static interface KernelGatewayAppSettings.Builder extends SdkPojo, CopyableBuilder<KernelGatewayAppSettings.Builder,KernelGatewayAppSettings>
Modifier and Type | Method and Description |
---|---|
default KernelGatewayAppSettings.Builder |
defaultResourceSpec(Consumer<ResourceSpec.Builder> defaultResourceSpec)
The default instance type and the Amazon Resource Name (ARN) of the SageMaker image created on the instance.
|
KernelGatewayAppSettings.Builder |
defaultResourceSpec(ResourceSpec defaultResourceSpec)
The default instance type and the Amazon Resource Name (ARN) of the SageMaker image created on the instance.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
KernelGatewayAppSettings.Builder defaultResourceSpec(ResourceSpec defaultResourceSpec)
The default instance type and the Amazon Resource Name (ARN) of the SageMaker image created on the instance.
defaultResourceSpec
- The default instance type and the Amazon Resource Name (ARN) of the SageMaker image created on the
instance.default KernelGatewayAppSettings.Builder defaultResourceSpec(Consumer<ResourceSpec.Builder> defaultResourceSpec)
The default instance type and the Amazon Resource Name (ARN) of the SageMaker image created on the instance.
This is a convenience that creates an instance of theResourceSpec.Builder
avoiding the need to
create one manually via ResourceSpec.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and its
result is passed to defaultResourceSpec(ResourceSpec)
.defaultResourceSpec
- a consumer that will call methods on ResourceSpec.Builder
defaultResourceSpec(ResourceSpec)
Copyright © 2020. All rights reserved.