@Generated(value="software.amazon.awssdk:codegen") public final class CreateImageVersionRequest extends SageMakerRequest implements ToCopyableBuilder<CreateImageVersionRequest.Builder,CreateImageVersionRequest>
Modifier and Type | Class and Description |
---|---|
static interface |
CreateImageVersionRequest.Builder |
Modifier and Type | Method and Description |
---|---|
String |
baseImage()
The registry path of the container image to use as the starting point for this version.
|
static CreateImageVersionRequest.Builder |
builder() |
String |
clientToken()
A unique ID.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
imageName()
The
ImageName of the Image to create a version of. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends CreateImageVersionRequest.Builder> |
serializableBuilderClass() |
CreateImageVersionRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfiguration
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public final 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]>
<acct-id>.dkr.ecr.<region>.amazonaws.com/<repo-name[:tag] or [@digest]>
public final 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.
public final String imageName()
The ImageName
of the Image
to create a version of.
ImageName
of the Image
to create a version of.public CreateImageVersionRequest.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<CreateImageVersionRequest.Builder,CreateImageVersionRequest>
toBuilder
in class SageMakerRequest
public static CreateImageVersionRequest.Builder builder()
public static Class<? extends CreateImageVersionRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode
in class AwsRequest
public final boolean equals(Object obj)
equals
in class AwsRequest
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField
in class SdkRequest
Copyright © 2021. All rights reserved.