Interface ImageReferrer.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ImageReferrer.Builder,,ImageReferrer> SdkBuilder<ImageReferrer.Builder,,ImageReferrer> SdkPojo
- Enclosing class:
ImageReferrer
@Mutable
@NotThreadSafe
public static interface ImageReferrer.Builder
extends SdkPojo, CopyableBuilder<ImageReferrer.Builder,ImageReferrer>
-
Method Summary
Modifier and TypeMethodDescriptionannotations(Map<String, String> annotations) A map of annotations associated with the artifact.artifactStatus(String artifactStatus) The status of the artifact.artifactStatus(ArtifactStatus artifactStatus) The status of the artifact.artifactType(String artifactType) A string identifying the type of artifact.The digest of the artifact manifest.The media type of the artifact manifest.The size, in bytes, of the artifact.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
-
digest
The digest of the artifact manifest.
- Parameters:
digest- The digest of the artifact manifest.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
mediaType
The media type of the artifact manifest.
- Parameters:
mediaType- The media type of the artifact manifest.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
artifactType
A string identifying the type of artifact.
- Parameters:
artifactType- A string identifying the type of artifact.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
size
The size, in bytes, of the artifact.
- Parameters:
size- The size, in bytes, of the artifact.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
annotations
A map of annotations associated with the artifact.
- Parameters:
annotations- A map of annotations associated with the artifact.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
artifactStatus
The status of the artifact. Valid values are
ACTIVE,ARCHIVED, orACTIVATING.- Parameters:
artifactStatus- The status of the artifact. Valid values areACTIVE,ARCHIVED, orACTIVATING.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
artifactStatus
The status of the artifact. Valid values are
ACTIVE,ARCHIVED, orACTIVATING.- Parameters:
artifactStatus- The status of the artifact. Valid values areACTIVE,ARCHIVED, orACTIVATING.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-