public static interface CreateImageVersionRequest.Builder extends SageMakerRequest.Builder, SdkPojo, CopyableBuilder<CreateImageVersionRequest.Builder,CreateImageVersionRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateImageVersionRequest.Builder |
baseImage(String baseImage)
The registry path of the container image to use as the starting point for this version.
|
CreateImageVersionRequest.Builder |
clientToken(String clientToken)
A unique ID.
|
CreateImageVersionRequest.Builder |
imageName(String imageName)
The
ImageName of the Image to create a version of. |
CreateImageVersionRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateImageVersionRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateImageVersionRequest.Builder baseImage(String baseImage)
The registry path of the container image to use as the starting point for this version. The path is an Amazon Container Registry (ECR) URI in the following format:
<acct-id>.dkr.ecr.<region>.amazonaws.com/<repo-name[:tag] or [@digest]>
baseImage - The registry path of the container image to use as the starting point for this version. The path is an
Amazon Container Registry (ECR) URI in the following format:
<acct-id>.dkr.ecr.<region>.amazonaws.com/<repo-name[:tag] or [@digest]>
CreateImageVersionRequest.Builder clientToken(String clientToken)
A unique ID. If not specified, the AWS CLI and AWS SDKs, such as the SDK for Python (Boto3), add a unique value to the call.
clientToken - A unique ID. If not specified, the AWS CLI and AWS SDKs, such as the SDK for Python (Boto3), add a
unique value to the call.CreateImageVersionRequest.Builder imageName(String imageName)
The ImageName of the Image to create a version of.
imageName - The ImageName of the Image to create a version of.CreateImageVersionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateImageVersionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.