Interface UpdateArtifactRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<UpdateArtifactRequest.Builder,UpdateArtifactRequest>
,SageMakerRequest.Builder
,SdkBuilder<UpdateArtifactRequest.Builder,UpdateArtifactRequest>
,SdkPojo
,SdkRequest.Builder
- Enclosing class:
- UpdateArtifactRequest
public static interface UpdateArtifactRequest.Builder extends SageMakerRequest.Builder, SdkPojo, CopyableBuilder<UpdateArtifactRequest.Builder,UpdateArtifactRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
UpdateArtifactRequest.Builder
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
UpdateArtifactRequest.Builder
properties(Map<String,String> properties)
The new list of properties.UpdateArtifactRequest.Builder
propertiesToRemove(String... propertiesToRemove)
A list of properties to remove.UpdateArtifactRequest.Builder
propertiesToRemove(Collection<String> propertiesToRemove)
A list of properties to remove.-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
artifactArn
UpdateArtifactRequest.Builder artifactArn(String 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
UpdateArtifactRequest.Builder artifactName(String 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
UpdateArtifactRequest.Builder properties(Map<String,String> 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
UpdateArtifactRequest.Builder propertiesToRemove(Collection<String> 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
UpdateArtifactRequest.Builder propertiesToRemove(String... 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)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateArtifactRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
-