public static interface ResolvedArtifact.Builder extends SdkPojo, CopyableBuilder<ResolvedArtifact.Builder,ResolvedArtifact>
| Modifier and Type | Method and Description |
|---|---|
ResolvedArtifact.Builder |
identifier(String identifier)
The identifier of the artifact.
|
ResolvedArtifact.Builder |
location(String location)
The location of the artifact.
|
ResolvedArtifact.Builder |
type(ArtifactsType type)
Specifies the type of artifact.
|
ResolvedArtifact.Builder |
type(String type)
Specifies the type of artifact.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildResolvedArtifact.Builder type(String type)
Specifies the type of artifact.
type - Specifies the type of artifact.ArtifactsType,
ArtifactsTypeResolvedArtifact.Builder type(ArtifactsType type)
Specifies the type of artifact.
type - Specifies the type of artifact.ArtifactsType,
ArtifactsTypeResolvedArtifact.Builder location(String location)
The location of the artifact.
location - The location of the artifact.ResolvedArtifact.Builder identifier(String identifier)
The identifier of the artifact.
identifier - The identifier of the artifact.Copyright © 2023. All rights reserved.