Interface ArtifactMetadataItem.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ArtifactMetadataItem.Builder,,ArtifactMetadataItem> SdkBuilder<ArtifactMetadataItem.Builder,,ArtifactMetadataItem> SdkPojo
- Enclosing class:
ArtifactMetadataItem
@Mutable
@NotThreadSafe
public static interface ArtifactMetadataItem.Builder
extends SdkPojo, CopyableBuilder<ArtifactMetadataItem.Builder,ArtifactMetadataItem>
-
Method Summary
Modifier and TypeMethodDescriptionagentSpaceId(String agentSpaceId) Unique identifier of the agent spaceartifactId(String artifactId) Unique identifier of the artifactName of the artifact fileTimestamp when the artifact was last updatedMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
agentSpaceId
Unique identifier of the agent space
- Parameters:
agentSpaceId- Unique identifier of the agent space- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
artifactId
Unique identifier of the artifact
- Parameters:
artifactId- Unique identifier of the artifact- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
fileName
Name of the artifact file
- Parameters:
fileName- Name of the artifact file- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updatedAt
Timestamp when the artifact was last updated
- Parameters:
updatedAt- Timestamp when the artifact was last updated- Returns:
- Returns a reference to this object so that method calls can be chained together.
-