UpdateApplicationResponse.Builder |
UpdateApplicationResponse.Builder.applicationId(String applicationId) |
The application Amazon Resource Name (ARN).
|
UpdateApplicationResponse.Builder |
UpdateApplicationResponse.Builder.author(String author) |
The name of the author publishing the app.
|
static UpdateApplicationResponse.Builder |
UpdateApplicationResponse.builder() |
|
UpdateApplicationResponse.Builder |
UpdateApplicationResponse.Builder.creationTime(String creationTime) |
The date and time this resource was created.
|
UpdateApplicationResponse.Builder |
UpdateApplicationResponse.Builder.description(String description) |
The description of the application.
|
UpdateApplicationResponse.Builder |
UpdateApplicationResponse.Builder.homePageUrl(String homePageUrl) |
A URL with more information about the application, for example the location of your GitHub repository for the
application.
|
UpdateApplicationResponse.Builder |
UpdateApplicationResponse.Builder.isVerifiedAuthor(Boolean isVerifiedAuthor) |
Whether the author of this application has been verified.
|
UpdateApplicationResponse.Builder |
UpdateApplicationResponse.Builder.labels(String... labels) |
Labels to improve discovery of apps in search results.
|
UpdateApplicationResponse.Builder |
UpdateApplicationResponse.Builder.labels(Collection<String> labels) |
Labels to improve discovery of apps in search results.
|
UpdateApplicationResponse.Builder |
UpdateApplicationResponse.Builder.licenseUrl(String licenseUrl) |
A link to a license file of the app that matches the spdxLicenseID value of your application.
|
UpdateApplicationResponse.Builder |
UpdateApplicationResponse.Builder.name(String name) |
The name of the application.
|
UpdateApplicationResponse.Builder |
UpdateApplicationResponse.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.
|
UpdateApplicationResponse.Builder |
UpdateApplicationResponse.Builder.spdxLicenseId(String spdxLicenseId) |
A valid identifier from https://spdx.org/licenses/.
|
UpdateApplicationResponse.Builder |
UpdateApplicationResponse.toBuilder() |
|
UpdateApplicationResponse.Builder |
UpdateApplicationResponse.Builder.verifiedAuthorUrl(String verifiedAuthorUrl) |
The URL to the public profile of a verified author.
|
default UpdateApplicationResponse.Builder |
UpdateApplicationResponse.Builder.version(Consumer<Version.Builder> version) |
Version information about the application.
|
UpdateApplicationResponse.Builder |
UpdateApplicationResponse.Builder.version(Version version) |
Version information about the application.
|