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