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 Amazon Resource Name (ARN) for the IAM role that enables Amazon SageMaker to perform tasks on your
behalf.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
UpdateImageRequest.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 Amazon Resource Name (ARN) for the IAM role that enables Amazon SageMaker to perform tasks on your behalf.
roleArn
- The new Amazon Resource Name (ARN) for the IAM role that enables Amazon SageMaker to perform tasks on
your behalf.UpdateImageRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
UpdateImageRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2022. All rights reserved.