Interface ResolvedArtifact.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ResolvedArtifact.Builder,
,ResolvedArtifact> SdkBuilder<ResolvedArtifact.Builder,
,ResolvedArtifact> SdkPojo
- Enclosing class:
ResolvedArtifact
public static interface ResolvedArtifact.Builder
extends SdkPojo, CopyableBuilder<ResolvedArtifact.Builder,ResolvedArtifact>
-
Method Summary
Modifier and TypeMethodDescriptionidentifier
(String identifier) The identifier of the artifact.The location of the artifact.Specifies the type of artifact.type
(ArtifactsType type) Specifies the type of artifact.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
type
Specifies the type of artifact.
- Parameters:
type
- Specifies the type of artifact.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
Specifies the type of artifact.
- Parameters:
type
- Specifies the type of artifact.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
location
The location of the artifact.
- Parameters:
location
- The location of the artifact.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
identifier
The identifier of the artifact.
- Parameters:
identifier
- The identifier of the artifact.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-