CreateApplicationVersionRequest.Builder |
CreateApplicationVersionRequest.Builder.applicationName(String applicationName) |
The name of the application.
|
CreateApplicationVersionRequest.Builder |
CreateApplicationVersionRequest.Builder.autoCreateApplication(Boolean autoCreateApplication) |
Set to true to create an application with the specified name if it doesn't already exist.
|
default CreateApplicationVersionRequest.Builder |
CreateApplicationVersionRequest.Builder.buildConfiguration(Consumer<BuildConfiguration.Builder> buildConfiguration) |
Settings for an AWS CodeBuild build.
|
CreateApplicationVersionRequest.Builder |
CreateApplicationVersionRequest.Builder.buildConfiguration(BuildConfiguration buildConfiguration) |
Settings for an AWS CodeBuild build.
|
static CreateApplicationVersionRequest.Builder |
CreateApplicationVersionRequest.builder() |
|
CreateApplicationVersionRequest.Builder |
CreateApplicationVersionRequest.Builder.description(String description) |
A description of this application version.
|
CreateApplicationVersionRequest.Builder |
CreateApplicationVersionRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
CreateApplicationVersionRequest.Builder |
CreateApplicationVersionRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
CreateApplicationVersionRequest.Builder |
CreateApplicationVersionRequest.Builder.process(Boolean process) |
Pre-processes and validates the environment manifest (env.yaml) and configuration files (
*.config files in the .ebextensions folder) in the source bundle.
|
default CreateApplicationVersionRequest.Builder |
CreateApplicationVersionRequest.Builder.sourceBuildInformation(Consumer<SourceBuildInformation.Builder> sourceBuildInformation) |
Specify a commit in an AWS CodeCommit Git repository to use as the source code for the application version.
|
CreateApplicationVersionRequest.Builder |
CreateApplicationVersionRequest.Builder.sourceBuildInformation(SourceBuildInformation sourceBuildInformation) |
Specify a commit in an AWS CodeCommit Git repository to use as the source code for the application version.
|
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.
|
CreateApplicationVersionRequest.Builder |
CreateApplicationVersionRequest.Builder.sourceBundle(S3Location sourceBundle) |
The Amazon S3 bucket and key that identify the location of the source bundle for this version.
|
CreateApplicationVersionRequest.Builder |
CreateApplicationVersionRequest.Builder.tags(Collection<Tag> tags) |
Specifies the tags applied to the application version.
|
CreateApplicationVersionRequest.Builder |
CreateApplicationVersionRequest.Builder.tags(Consumer<Tag.Builder>... tags) |
Specifies the tags applied to the application version.
|
CreateApplicationVersionRequest.Builder |
CreateApplicationVersionRequest.Builder.tags(Tag... tags) |
Specifies the tags applied to the application version.
|
CreateApplicationVersionRequest.Builder |
CreateApplicationVersionRequest.toBuilder() |
|
CreateApplicationVersionRequest.Builder |
CreateApplicationVersionRequest.Builder.versionLabel(String versionLabel) |
A label identifying this version.
|