public static interface CreateArtifactRequest.Builder extends SageMakerRequest.Builder, SdkPojo, CopyableBuilder<CreateArtifactRequest.Builder,CreateArtifactRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateArtifactRequest.Builder artifactName(String artifactName)
The name of the artifact. Must be unique to your account in an Amazon Web Services Region.
artifactName - The name of the artifact. Must be unique to your account in an Amazon Web Services Region.CreateArtifactRequest.Builder source(ArtifactSource source)
The ID, ID type, and URI of the source.
source - The ID, ID type, and URI of the source.default CreateArtifactRequest.Builder source(Consumer<ArtifactSource.Builder> source)
The ID, ID type, and URI of the source.
This is a convenience method that creates an instance of theArtifactSource.Builder avoiding the need
to create one manually via ArtifactSource.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to source(ArtifactSource).
source - a consumer that will call methods on ArtifactSource.Buildersource(ArtifactSource)CreateArtifactRequest.Builder artifactType(String artifactType)
The artifact type.
artifactType - The artifact type.CreateArtifactRequest.Builder properties(Map<String,String> properties)
A list of properties to add to the artifact.
properties - A list of properties to add to the artifact.CreateArtifactRequest.Builder metadataProperties(MetadataProperties metadataProperties)
metadataProperties - The new value for the MetadataProperties property for this object.default CreateArtifactRequest.Builder metadataProperties(Consumer<MetadataProperties.Builder> metadataProperties)
MetadataProperties.Builder avoiding the
need to create one manually via MetadataProperties.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to metadataProperties(MetadataProperties).
metadataProperties - a consumer that will call methods on MetadataProperties.BuildermetadataProperties(MetadataProperties)CreateArtifactRequest.Builder tags(Collection<Tag> tags)
A list of tags to apply to the artifact.
tags - A list of tags to apply to the artifact.CreateArtifactRequest.Builder tags(Tag... tags)
A list of tags to apply to the artifact.
tags - A list of tags to apply to the artifact.CreateArtifactRequest.Builder tags(Consumer<Tag.Builder>... tags)
A list of tags to apply to the artifact.
This is a convenience method that creates an instance of theTag.Builder avoiding the need to create one manually
via Tag.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #tags(List.
tags - a consumer that will call methods on
Tag.Builder#tags(java.util.Collection) CreateArtifactRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateArtifactRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.