| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
DescribeArtifactResponse.Builder |
DescribeArtifactResponse.Builder.artifactArn(String artifactArn)
The Amazon Resource Name (ARN) of the artifact.
|
DescribeArtifactResponse.Builder |
DescribeArtifactResponse.Builder.artifactName(String artifactName)
The name of the artifact.
|
DescribeArtifactResponse.Builder |
DescribeArtifactResponse.Builder.artifactType(String artifactType)
The type of the artifact.
|
static DescribeArtifactResponse.Builder |
DescribeArtifactResponse.builder() |
default DescribeArtifactResponse.Builder |
DescribeArtifactResponse.Builder.createdBy(Consumer<UserContext.Builder> createdBy)
Sets the value of the CreatedBy property for this object.
|
DescribeArtifactResponse.Builder |
DescribeArtifactResponse.Builder.createdBy(UserContext createdBy)
Sets the value of the CreatedBy property for this object.
|
DescribeArtifactResponse.Builder |
DescribeArtifactResponse.Builder.creationTime(Instant creationTime)
When the artifact was created.
|
default DescribeArtifactResponse.Builder |
DescribeArtifactResponse.Builder.lastModifiedBy(Consumer<UserContext.Builder> lastModifiedBy)
Sets the value of the LastModifiedBy property for this object.
|
DescribeArtifactResponse.Builder |
DescribeArtifactResponse.Builder.lastModifiedBy(UserContext lastModifiedBy)
Sets the value of the LastModifiedBy property for this object.
|
DescribeArtifactResponse.Builder |
DescribeArtifactResponse.Builder.lastModifiedTime(Instant lastModifiedTime)
When the artifact was last modified.
|
default DescribeArtifactResponse.Builder |
DescribeArtifactResponse.Builder.metadataProperties(Consumer<MetadataProperties.Builder> metadataProperties)
Sets the value of the MetadataProperties property for this object.
|
DescribeArtifactResponse.Builder |
DescribeArtifactResponse.Builder.metadataProperties(MetadataProperties metadataProperties)
Sets the value of the MetadataProperties property for this object.
|
DescribeArtifactResponse.Builder |
DescribeArtifactResponse.Builder.properties(Map<String,String> properties)
A list of the artifact's properties.
|
DescribeArtifactResponse.Builder |
DescribeArtifactResponse.Builder.source(ArtifactSource source)
The source of the artifact.
|
default DescribeArtifactResponse.Builder |
DescribeArtifactResponse.Builder.source(Consumer<ArtifactSource.Builder> source)
The source of the artifact.
|
DescribeArtifactResponse.Builder |
DescribeArtifactResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DescribeArtifactResponse.Builder> |
DescribeArtifactResponse.serializableBuilderClass() |
Copyright © 2020. All rights reserved.