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 SummaryModifier and TypeMethodDescriptionartifactFileName(String artifactFileName) The file name for the artifact.artifactId(String artifactId) The unique ID for the artifact.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
artifactFileNameThe file name for the artifact. - Parameters:
- artifactFileName- The file name for the artifact.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
artifactIdThe unique ID for the artifact. - Parameters:
- artifactId- The unique ID for the artifact.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-