Package | Description |
---|---|
com.amazonaws.services.codepipeline.model |
Modifier and Type | Method and Description |
---|---|
S3ArtifactLocation |
S3ArtifactLocation.clone() |
S3ArtifactLocation |
ArtifactLocation.getS3Location()
The Amazon S3 bucket that contains the artifact.
|
S3ArtifactLocation |
S3ArtifactLocation.withBucketName(String bucketName)
The name of the Amazon S3 bucket.
|
S3ArtifactLocation |
S3ArtifactLocation.withObjectKey(String objectKey)
The key of the object in the Amazon S3 bucket, which uniquely identifies
the object in the bucket.
|
Modifier and Type | Method and Description |
---|---|
void |
ArtifactLocation.setS3Location(S3ArtifactLocation s3Location)
The Amazon S3 bucket that contains the artifact.
|
ArtifactLocation |
ArtifactLocation.withS3Location(S3ArtifactLocation s3Location)
The Amazon S3 bucket that contains the artifact.
|
Copyright © 2018. All rights reserved.