Interface UpdateImageRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<UpdateImageRequest.Builder,
,UpdateImageRequest> SageMakerRequest.Builder
,SdkBuilder<UpdateImageRequest.Builder,
,UpdateImageRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
UpdateImageRequest
public static interface UpdateImageRequest.Builder
extends SageMakerRequest.Builder, SdkPojo, CopyableBuilder<UpdateImageRequest.Builder,UpdateImageRequest>
-
Method Summary
Modifier and TypeMethodDescriptiondeleteProperties
(String... deleteProperties) A list of properties to delete.deleteProperties
(Collection<String> deleteProperties) A list of properties to delete.description
(String description) The new description for the image.displayName
(String displayName) The new display name for the image.The name of the image to update.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.The new ARN for the IAM role that enables Amazon SageMaker to perform tasks on your behalf.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.sagemaker.model.SageMakerRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
deleteProperties
A list of properties to delete. Only the
Description
andDisplayName
properties can be deleted.- Parameters:
deleteProperties
- A list of properties to delete. Only theDescription
andDisplayName
properties can be deleted.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
deleteProperties
A list of properties to delete. Only the
Description
andDisplayName
properties can be deleted.- Parameters:
deleteProperties
- A list of properties to delete. Only theDescription
andDisplayName
properties can be deleted.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
The new description for the image.
- Parameters:
description
- The new description for the image.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
displayName
The new display name for the image.
- Parameters:
displayName
- The new display name for the image.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
imageName
The name of the image to update.
- Parameters:
imageName
- The name of the image to update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
roleArn
The new ARN for the IAM role that enables Amazon SageMaker to perform tasks on your behalf.
- Parameters:
roleArn
- The new ARN for the IAM role that enables Amazon SageMaker to perform tasks on your behalf.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UpdateImageRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
UpdateImageRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-