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 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.
kernelGatewayImageConfig - The KernelGatewayImageConfig.default CreateAppImageConfigRequest.Builder kernelGatewayImageConfig(Consumer<KernelGatewayImageConfig.Builder> kernelGatewayImageConfig)
The KernelGatewayImageConfig.
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)CreateAppImageConfigRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateAppImageConfigRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2020. All rights reserved.