S3Location |
S3Location.clone() |
|
S3Location |
RevisionLocation.getS3Location() |
|
S3Location |
S3Location.withBucket(String bucket) |
The name of the Amazon S3 bucket where the application revision is
stored.
|
S3Location |
S3Location.withBundleType(BundleType bundleType) |
The file type of the application revision.
|
S3Location |
S3Location.withBundleType(String bundleType) |
The file type of the application revision.
|
S3Location |
S3Location.withETag(String eTag) |
The ETag of the Amazon S3 object that represents the bundled artifacts
for the application revision.
|
S3Location |
S3Location.withKey(String key) |
The name of the Amazon S3 object that represents the bundled artifacts
for the application revision.
|
S3Location |
S3Location.withVersion(String version) |
A specific version of the Amazon S3 object that represents the bundled
artifacts for the application revision.
|