Interface UpdateArtifactRequest.Builder
- All Superinterfaces:
 AwsRequest.Builder,Buildable,CopyableBuilder<UpdateArtifactRequest.Builder,,UpdateArtifactRequest> SageMakerRequest.Builder,SdkBuilder<UpdateArtifactRequest.Builder,,UpdateArtifactRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
 UpdateArtifactRequest
@Mutable
@NotThreadSafe
public static interface UpdateArtifactRequest.Builder
extends SageMakerRequest.Builder, SdkPojo, CopyableBuilder<UpdateArtifactRequest.Builder,UpdateArtifactRequest> 
- 
Method Summary
Modifier and TypeMethodDescriptionartifactArn(String artifactArn) The Amazon Resource Name (ARN) of the artifact to update.artifactName(String artifactName) The new name for the artifact.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.properties(Map<String, String> properties) The new list of properties.propertiesToRemove(String... propertiesToRemove) A list of properties to remove.propertiesToRemove(Collection<String> propertiesToRemove) A list of properties to remove.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.sagemaker.model.SageMakerRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields 
- 
Method Details
- 
artifactArn
The Amazon Resource Name (ARN) of the artifact to update.
- Parameters:
 artifactArn- The Amazon Resource Name (ARN) of the artifact to update.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
artifactName
The new name for the artifact.
- Parameters:
 artifactName- The new name for the artifact.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
properties
The new list of properties. Overwrites the current property list.
- Parameters:
 properties- The new list of properties. Overwrites the current property list.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
propertiesToRemove
A list of properties to remove.
- Parameters:
 propertiesToRemove- A list of properties to remove.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
propertiesToRemove
A list of properties to remove.
- Parameters:
 propertiesToRemove- A list of properties to remove.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
overrideConfiguration
UpdateArtifactRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
 overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
 overrideConfiguration- The override configuration.- Returns:
 - This object for method chaining.
 
 - 
overrideConfiguration
UpdateArtifactRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
 overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
 builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
 - This object for method chaining.
 
 
 -