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) The unique identifier of the agent space that contains the artifact.artifactId(String artifactId) The unique identifier of the artifact.The file name of the artifact.The date and time the artifact was last updated, in UTC format.Methods 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
The unique identifier of the agent space that contains the artifact.
- Parameters:
agentSpaceId- The unique identifier of the agent space that contains the artifact.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
artifactId
The unique identifier of the artifact.
- Parameters:
artifactId- The unique identifier of the artifact.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
fileName
The file name of the artifact.
- Parameters:
fileName- The file name of the artifact.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updatedAt
The date and time the artifact was last updated, in UTC format.
- Parameters:
updatedAt- The date and time the artifact was last updated, in UTC format.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-