CreateApplicationRequest.Builder |
CreateApplicationRequest.Builder.author(String author) |
The name of the author publishing the app.
|
static CreateApplicationRequest.Builder |
CreateApplicationRequest.builder() |
|
CreateApplicationRequest.Builder |
CreateApplicationRequest.Builder.description(String description) |
The description of the application.
|
CreateApplicationRequest.Builder |
CreateApplicationRequest.Builder.homePageUrl(String homePageUrl) |
A URL with more information about the application, for example the location of your GitHub repository for the
application.
|
CreateApplicationRequest.Builder |
CreateApplicationRequest.Builder.labels(String... labels) |
Labels to improve discovery of apps in search results.
|
CreateApplicationRequest.Builder |
CreateApplicationRequest.Builder.labels(Collection<String> labels) |
Labels to improve discovery of apps in search results.
|
CreateApplicationRequest.Builder |
CreateApplicationRequest.Builder.licenseBody(String licenseBody) |
A local text file that contains the license of the app that matches the spdxLicenseID value of your
application.
|
CreateApplicationRequest.Builder |
CreateApplicationRequest.Builder.licenseUrl(String licenseUrl) |
A link to the S3 object that contains the license of the app that matches the spdxLicenseID value of your
application.
|
CreateApplicationRequest.Builder |
CreateApplicationRequest.Builder.name(String name) |
The name of the application that you want to publish.
|
CreateApplicationRequest.Builder |
CreateApplicationRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
CreateApplicationRequest.Builder |
CreateApplicationRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
CreateApplicationRequest.Builder |
CreateApplicationRequest.Builder.readmeBody(String readmeBody) |
A local text readme file in Markdown language that contains a more detailed description of the application
and how it works.
|
CreateApplicationRequest.Builder |
CreateApplicationRequest.Builder.readmeUrl(String readmeUrl) |
A link to the S3 object in Markdown language that contains a more detailed description of the application and
how it works.
|
CreateApplicationRequest.Builder |
CreateApplicationRequest.Builder.semanticVersion(String semanticVersion) |
The semantic version of the application:
|
CreateApplicationRequest.Builder |
CreateApplicationRequest.Builder.sourceCodeArchiveUrl(String sourceCodeArchiveUrl) |
A link to the S3 object that contains the ZIP archive of the source code for this version of your
application.
|
CreateApplicationRequest.Builder |
CreateApplicationRequest.Builder.sourceCodeUrl(String sourceCodeUrl) |
A link to a public repository for the source code of your application, for example the URL of a specific
GitHub commit.
|
CreateApplicationRequest.Builder |
CreateApplicationRequest.Builder.spdxLicenseId(String spdxLicenseId) |
|
CreateApplicationRequest.Builder |
CreateApplicationRequest.Builder.templateBody(String templateBody) |
The local raw packaged AWS SAM template file of your application.
|
CreateApplicationRequest.Builder |
CreateApplicationRequest.Builder.templateUrl(String templateUrl) |
A link to the S3 object containing the packaged AWS SAM template of your application.
|
CreateApplicationRequest.Builder |
CreateApplicationRequest.toBuilder() |
|