| Package | Description |
|---|---|
| software.amazon.awssdk.services.serverlessapplicationrepository.model |
| Modifier and Type | Method and Description |
|---|---|
CreateApplicationResponse.Builder |
CreateApplicationResponse.Builder.applicationId(String applicationId)
The application Amazon Resource Name (ARN).
|
CreateApplicationResponse.Builder |
CreateApplicationResponse.Builder.author(String author)
The name of the author publishing the app.
|
static CreateApplicationResponse.Builder |
CreateApplicationResponse.builder() |
CreateApplicationResponse.Builder |
CreateApplicationResponse.Builder.creationTime(String creationTime)
The date and time this resource was created.
|
CreateApplicationResponse.Builder |
CreateApplicationResponse.Builder.description(String description)
The description of the application.
|
CreateApplicationResponse.Builder |
CreateApplicationResponse.Builder.homePageUrl(String homePageUrl)
A URL with more information about the application, for example the location of your GitHub repository for the
application.
|
CreateApplicationResponse.Builder |
CreateApplicationResponse.Builder.isVerifiedAuthor(Boolean isVerifiedAuthor)
Whether the author of this application has been verified.
|
CreateApplicationResponse.Builder |
CreateApplicationResponse.Builder.labels(Collection<String> labels)
Labels to improve discovery of apps in search results.
|
CreateApplicationResponse.Builder |
CreateApplicationResponse.Builder.labels(String... labels)
Labels to improve discovery of apps in search results.
|
CreateApplicationResponse.Builder |
CreateApplicationResponse.Builder.licenseUrl(String licenseUrl)
A link to a license file of the app that matches the spdxLicenseID value of your application.
|
CreateApplicationResponse.Builder |
CreateApplicationResponse.Builder.name(String name)
The name of the application.
|
CreateApplicationResponse.Builder |
CreateApplicationResponse.Builder.readmeUrl(String readmeUrl)
A link to the readme file in Markdown language that contains a more detailed description of the application
and how it works.
|
CreateApplicationResponse.Builder |
CreateApplicationResponse.Builder.spdxLicenseId(String spdxLicenseId)
A valid identifier from https://spdx.org/licenses/.
|
CreateApplicationResponse.Builder |
CreateApplicationResponse.toBuilder() |
CreateApplicationResponse.Builder |
CreateApplicationResponse.Builder.verifiedAuthorUrl(String verifiedAuthorUrl)
The URL to the public profile of a verified author.
|
default CreateApplicationResponse.Builder |
CreateApplicationResponse.Builder.version(Consumer<Version.Builder> version)
Version information about the application.
|
CreateApplicationResponse.Builder |
CreateApplicationResponse.Builder.version(Version version)
Version information about the application.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateApplicationResponse.Builder> |
CreateApplicationResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.