| Package | Description |
|---|---|
| software.amazon.awssdk.services.elasticbeanstalk.model |
| Modifier and Type | Method and Description |
|---|---|
static S3Location.Builder |
S3Location.builder() |
S3Location.Builder |
S3Location.Builder.s3Bucket(String s3Bucket)
The Amazon S3 bucket where the data is located.
|
S3Location.Builder |
S3Location.Builder.s3Key(String s3Key)
The Amazon S3 key where the data is located.
|
S3Location.Builder |
S3Location.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends S3Location.Builder> |
S3Location.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CreatePlatformVersionRequest.Builder |
CreatePlatformVersionRequest.Builder.platformDefinitionBundle(Consumer<S3Location.Builder> platformDefinitionBundle)
The location of the platform definition archive in Amazon S3.
|
default CreateApplicationVersionRequest.Builder |
CreateApplicationVersionRequest.Builder.sourceBundle(Consumer<S3Location.Builder> sourceBundle)
The Amazon S3 bucket and key that identify the location of the source bundle for this version.
|
default ApplicationVersionDescription.Builder |
ApplicationVersionDescription.Builder.sourceBundle(Consumer<S3Location.Builder> sourceBundle)
The storage location of the application version's source bundle in Amazon S3.
|
Copyright © 2019. All rights reserved.