Class ArtifactLocation
java.lang.Object
com.amazonaws.services.codepipeline.model.ArtifactLocation
- All Implemented Interfaces:
Serializable, Cloneable
Represents information about the location of an artifact.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanThe Amazon S3 bucket that contains the artifact.getType()The type of artifact in the location.inthashCode()voidsetS3Location(S3ArtifactLocation s3Location) The Amazon S3 bucket that contains the artifact.voidsetType(ArtifactLocationType type) The type of artifact in the location.voidThe type of artifact in the location.toString()Returns a string representation of this object; useful for testing and debugging.withS3Location(S3ArtifactLocation s3Location) The Amazon S3 bucket that contains the artifact.withType(ArtifactLocationType type) The type of artifact in the location.The type of artifact in the location.
-
Constructor Details
-
ArtifactLocation
public ArtifactLocation()
-
-
Method Details
-
setType
The type of artifact in the location.
- Parameters:
type- The type of artifact in the location.- See Also:
-
getType
The type of artifact in the location.
- Returns:
- The type of artifact in the location.
- See Also:
-
withType
The type of artifact in the location.
- Parameters:
type- The type of artifact in the location.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
setType
The type of artifact in the location.
- Parameters:
type- The type of artifact in the location.- See Also:
-
withType
The type of artifact in the location.
- Parameters:
type- The type of artifact in the location.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
setS3Location
The Amazon S3 bucket that contains the artifact.
- Parameters:
s3Location- The Amazon S3 bucket that contains the artifact.
-
getS3Location
The Amazon S3 bucket that contains the artifact.
- Returns:
- The Amazon S3 bucket that contains the artifact.
-
withS3Location
The Amazon S3 bucket that contains the artifact.
- Parameters:
s3Location- The Amazon S3 bucket that contains the artifact.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
-
equals
-
hashCode
-
clone
-