| Package | Description |
|---|---|
| software.amazon.awssdk.services.elasticbeanstalk.model |
| Modifier and Type | Method and Description |
|---|---|
S3Location |
CreatePlatformVersionRequest.platformDefinitionBundle()
The location of the platform definition archive in Amazon S3.
|
S3Location |
CreateApplicationVersionRequest.sourceBundle()
The Amazon S3 bucket and key that identify the location of the source bundle for this version.
|
S3Location |
ApplicationVersionDescription.sourceBundle()
The storage location of the application version's source bundle in Amazon S3.
|
| Modifier and Type | Method and Description |
|---|---|
CreatePlatformVersionRequest.Builder |
CreatePlatformVersionRequest.Builder.platformDefinitionBundle(S3Location platformDefinitionBundle)
The location of the platform definition archive in Amazon S3.
|
CreateApplicationVersionRequest.Builder |
CreateApplicationVersionRequest.Builder.sourceBundle(S3Location sourceBundle)
The Amazon S3 bucket and key that identify the location of the source bundle for this version.
|
ApplicationVersionDescription.Builder |
ApplicationVersionDescription.Builder.sourceBundle(S3Location sourceBundle)
The storage location of the application version's source bundle in Amazon S3.
|
Copyright © 2023. All rights reserved.