Interface Artifact.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<Artifact.Builder,,Artifact> SdkBuilder<Artifact.Builder,,Artifact> SdkPojo
- Enclosing class:
Artifact
@Mutable
@NotThreadSafe
public static interface Artifact.Builder
extends SdkPojo, CopyableBuilder<Artifact.Builder,Artifact>
-
Method Summary
Modifier and TypeMethodDescriptionThe content of the artifactThe file type of the artifacttype(ArtifactType type) The file type of the artifactMethods 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
-
contents
The content of the artifact
- Parameters:
contents- The content of the artifact- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
The file type of the artifact
- Parameters:
type- The file type of the artifact- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
The file type of the artifact
- Parameters:
type- The file type of the artifact- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-