| Package | Description |
|---|---|
| software.amazon.awssdk.services.codedeploy.model |
| Modifier and Type | Method and Description |
|---|---|
S3Location.Builder |
S3Location.Builder.bucket(String bucket)
The name of the Amazon S3 bucket where the application revision is stored.
|
static S3Location.Builder |
S3Location.builder() |
S3Location.Builder |
S3Location.Builder.bundleType(BundleType bundleType)
The file type of the application revision.
|
S3Location.Builder |
S3Location.Builder.bundleType(String bundleType)
The file type of the application revision.
|
S3Location.Builder |
S3Location.Builder.eTag(String eTag)
The ETag of the Amazon S3 object that represents the bundled artifacts for the application revision.
|
S3Location.Builder |
S3Location.Builder.key(String key)
The name of the Amazon S3 object that represents the bundled artifacts for the application revision.
|
S3Location.Builder |
S3Location.toBuilder() |
S3Location.Builder |
S3Location.Builder.version(String version)
A specific version of the Amazon S3 object that represents the bundled artifacts for the application
revision.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends S3Location.Builder> |
S3Location.serializableBuilderClass() |
Copyright © 2017. All rights reserved.