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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ResolvedArtifact.Builderidentifier(String identifier)The identifier of the artifact.ResolvedArtifact.Builderlocation(String location)The location of the artifact.ResolvedArtifact.Buildertype(String type)Specifies the type of artifact.ResolvedArtifact.Buildertype(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 Detail
-
type
ResolvedArtifact.Builder type(String 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:
ArtifactsType,ArtifactsType
-
type
ResolvedArtifact.Builder type(ArtifactsType 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:
ArtifactsType,ArtifactsType
-
location
ResolvedArtifact.Builder location(String 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
ResolvedArtifact.Builder identifier(String 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.
-
-