public static interface UpdateImageRequest.Builder extends SageMakerRequest.Builder, SdkPojo, CopyableBuilder<UpdateImageRequest.Builder,UpdateImageRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateImageRequest.Builder |
deleteProperties(Collection<String> deleteProperties)
A list of properties to delete.
|
UpdateImageRequest.Builder |
deleteProperties(String... deleteProperties)
A list of properties to delete.
|
UpdateImageRequest.Builder |
description(String description)
The new description for the image.
|
UpdateImageRequest.Builder |
displayName(String displayName)
The new display name for the image.
|
UpdateImageRequest.Builder |
imageName(String imageName)
The name of the image to update.
|
UpdateImageRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateImageRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateImageRequest.Builder |
roleArn(String roleArn)
The new ARN for the IAM role that enables Amazon SageMaker to perform tasks on your behalf.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateImageRequest.Builder deleteProperties(Collection<String> deleteProperties)
A list of properties to delete. Only the Description and DisplayName properties can
be deleted.
deleteProperties - A list of properties to delete. Only the Description and DisplayName
properties can be deleted.UpdateImageRequest.Builder deleteProperties(String... deleteProperties)
A list of properties to delete. Only the Description and DisplayName properties can
be deleted.
deleteProperties - A list of properties to delete. Only the Description and DisplayName
properties can be deleted.UpdateImageRequest.Builder description(String description)
The new description for the image.
description - The new description for the image.UpdateImageRequest.Builder displayName(String displayName)
The new display name for the image.
displayName - The new display name for the image.UpdateImageRequest.Builder imageName(String imageName)
The name of the image to update.
imageName - The name of the image to update.UpdateImageRequest.Builder roleArn(String roleArn)
The new ARN for the IAM role that enables Amazon SageMaker to perform tasks on your behalf.
roleArn - The new ARN for the IAM role that enables Amazon SageMaker to perform tasks on your behalf.UpdateImageRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateImageRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.