| Package | Description |
|---|---|
| software.amazon.awssdk.services.serverlessapplicationrepository |
The AWS Serverless Application Repository makes it easy for developers and enterprises to quickly find and deploy
serverless applications in the AWS Cloud.
|
| software.amazon.awssdk.services.serverlessapplicationrepository.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<CreateApplicationResponse> |
ServerlessApplicationRepositoryAsyncClient.createApplication(Consumer<CreateApplicationRequest.Builder> createApplicationRequest)
Creates an application, optionally including an AWS SAM file to create the first application version in the same
call.
|
default CreateApplicationResponse |
ServerlessApplicationRepositoryClient.createApplication(Consumer<CreateApplicationRequest.Builder> createApplicationRequest)
Creates an application, optionally including an AWS SAM file to create the first application version in the same
call.
|
| Modifier and Type | Method and Description |
|---|---|
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(Collection<String> labels)
Labels to improve discovery of apps in search results.
|
CreateApplicationRequest.Builder |
CreateApplicationRequest.Builder.labels(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(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateApplicationRequest.Builder |
CreateApplicationRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
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)
A valid identifier from https://spdx.org/licenses/.
|
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() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateApplicationRequest.Builder> |
CreateApplicationRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.