@Generated(value="software.amazon.awssdk:codegen") public final class ArtifactStore extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ArtifactStore.Builder,ArtifactStore>
The S3 bucket where artifacts for the pipeline are stored.
You must include either artifactStore or artifactStores in your pipeline, but you cannot
use both. If you create a cross-region action in your pipeline, you must use artifactStores.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ArtifactStore.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ArtifactStore.Builder |
builder() |
EncryptionKey |
encryptionKey()
The encryption key used to encrypt the data in the artifact store, such as an AWS Key Management Service (AWS
KMS) key.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
location()
The S3 bucket used for storing the artifacts for a pipeline.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ArtifactStore.Builder> |
serializableBuilderClass() |
ArtifactStore.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
ArtifactStoreType |
type()
The type of the artifact store, such as S3.
|
String |
typeAsString()
The type of the artifact store, such as S3.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final ArtifactStoreType type()
The type of the artifact store, such as S3.
If the service returns an enum value that is not available in the current SDK version, type will return
ArtifactStoreType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
typeAsString().
ArtifactStoreTypepublic final String typeAsString()
The type of the artifact store, such as S3.
If the service returns an enum value that is not available in the current SDK version, type will return
ArtifactStoreType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
typeAsString().
ArtifactStoreTypepublic final String location()
The S3 bucket used for storing the artifacts for a pipeline. You can specify the name of an S3 bucket but not a folder in the bucket. A folder to contain the pipeline artifacts is created for you based on the name of the pipeline. You can use any S3 bucket in the same AWS Region as the pipeline to store your pipeline artifacts.
public final EncryptionKey encryptionKey()
The encryption key used to encrypt the data in the artifact store, such as an AWS Key Management Service (AWS KMS) key. If this is undefined, the default key for Amazon S3 is used.
public ArtifactStore.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ArtifactStore.Builder,ArtifactStore>public static ArtifactStore.Builder builder()
public static Class<? extends ArtifactStore.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.