public static interface UpdateArtifactRequest.Builder extends SageMakerRequest.Builder, SdkPojo, CopyableBuilder<UpdateArtifactRequest.Builder,UpdateArtifactRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateArtifactRequest.Builder |
artifactArn(String artifactArn)
The Amazon Resource Name (ARN) of the artifact to update.
|
UpdateArtifactRequest.Builder |
artifactName(String artifactName)
The new name for the artifact.
|
UpdateArtifactRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateArtifactRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateArtifactRequest.Builder |
properties(Map<String,String> properties)
The new list of properties.
|
UpdateArtifactRequest.Builder |
propertiesToRemove(Collection<String> propertiesToRemove)
A list of properties to remove.
|
UpdateArtifactRequest.Builder |
propertiesToRemove(String... propertiesToRemove)
A list of properties to remove.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateArtifactRequest.Builder artifactArn(String artifactArn)
The Amazon Resource Name (ARN) of the artifact to update.
artifactArn - The Amazon Resource Name (ARN) of the artifact to update.UpdateArtifactRequest.Builder artifactName(String artifactName)
The new name for the artifact.
artifactName - The new name for the artifact.UpdateArtifactRequest.Builder properties(Map<String,String> properties)
The new list of properties. Overwrites the current property list.
properties - The new list of properties. Overwrites the current property list.UpdateArtifactRequest.Builder propertiesToRemove(Collection<String> propertiesToRemove)
A list of properties to remove.
propertiesToRemove - A list of properties to remove.UpdateArtifactRequest.Builder propertiesToRemove(String... propertiesToRemove)
A list of properties to remove.
propertiesToRemove - A list of properties to remove.UpdateArtifactRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateArtifactRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2020. All rights reserved.