public class ArtifactStore extends Object implements Serializable, Cloneable
The Amazon S3 location where artifacts are stored for the pipeline. If this
Amazon S3 bucket is created manually, it must meet the requirements for AWS
CodePipeline. For more information, see the
Constructor and Description |
---|
ArtifactStore() |
Modifier and Type | Method and Description |
---|---|
ArtifactStore |
clone() |
boolean |
equals(Object obj) |
EncryptionKey |
getEncryptionKey()
Returns the value of the EncryptionKey property for this object.
|
String |
getLocation()
The location for storing the artifacts for a pipeline, such as an S3
bucket or folder.
|
String |
getType()
The type of the artifact store, such as S3.
|
int |
hashCode() |
void |
setEncryptionKey(EncryptionKey encryptionKey)
Sets the value of the EncryptionKey property for this object.
|
void |
setLocation(String location)
The location for storing the artifacts for a pipeline, such as an S3
bucket or folder.
|
void |
setType(ArtifactStoreType type)
The type of the artifact store, such as S3.
|
void |
setType(String type)
The type of the artifact store, such as S3.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ArtifactStore |
withEncryptionKey(EncryptionKey encryptionKey)
Sets the value of the EncryptionKey property for this object.
|
ArtifactStore |
withLocation(String location)
The location for storing the artifacts for a pipeline, such as an S3
bucket or folder.
|
ArtifactStore |
withType(ArtifactStoreType type)
The type of the artifact store, such as S3.
|
ArtifactStore |
withType(String type)
The type of the artifact store, such as S3.
|
public void setType(String type)
The type of the artifact store, such as S3.
type
- The type of the artifact store, such as S3.ArtifactStoreType
public String getType()
The type of the artifact store, such as S3.
ArtifactStoreType
public ArtifactStore withType(String type)
The type of the artifact store, such as S3.
type
- The type of the artifact store, such as S3.ArtifactStoreType
public void setType(ArtifactStoreType type)
The type of the artifact store, such as S3.
type
- The type of the artifact store, such as S3.ArtifactStoreType
public ArtifactStore withType(ArtifactStoreType type)
The type of the artifact store, such as S3.
type
- The type of the artifact store, such as S3.ArtifactStoreType
public void setLocation(String location)
The location for storing the artifacts for a pipeline, such as an S3 bucket or folder.
location
- The location for storing the artifacts for a pipeline, such as an
S3 bucket or folder.public String getLocation()
The location for storing the artifacts for a pipeline, such as an S3 bucket or folder.
public ArtifactStore withLocation(String location)
The location for storing the artifacts for a pipeline, such as an S3 bucket or folder.
location
- The location for storing the artifacts for a pipeline, such as an
S3 bucket or folder.public void setEncryptionKey(EncryptionKey encryptionKey)
encryptionKey
- The new value for the EncryptionKey property for this object.public EncryptionKey getEncryptionKey()
public ArtifactStore withEncryptionKey(EncryptionKey encryptionKey)
encryptionKey
- The new value for the EncryptionKey property for this object.public String toString()
toString
in class Object
Object.toString()
public ArtifactStore clone()
Copyright © 2015. All rights reserved.