public static interface ApplicationSummary.Builder extends SdkPojo, CopyableBuilder<ApplicationSummary.Builder,ApplicationSummary>
Modifier and Type | Method and Description |
---|---|
ApplicationSummary.Builder |
applicationId(String applicationId)
The application Amazon Resource Name (ARN).
|
ApplicationSummary.Builder |
author(String author)
The name of the author publishing the app.
|
ApplicationSummary.Builder |
creationTime(String creationTime)
The date and time this resource was created.
|
ApplicationSummary.Builder |
description(String description)
The description of the application.
|
ApplicationSummary.Builder |
homePageUrl(String homePageUrl)
A URL with more information about the application, for example the location of your GitHub repository for the
application.
|
ApplicationSummary.Builder |
labels(Collection<String> labels)
Labels to improve discovery of apps in search results.
|
ApplicationSummary.Builder |
labels(String... labels)
Labels to improve discovery of apps in search results.
|
ApplicationSummary.Builder |
name(String name)
The name of the application.
|
ApplicationSummary.Builder |
spdxLicenseId(String spdxLicenseId)
A valid identifier from https://spdx.org/licenses/.
|
copy
applyMutation, build
ApplicationSummary.Builder applicationId(String applicationId)
The application Amazon Resource Name (ARN).
applicationId
- The application Amazon Resource Name (ARN).ApplicationSummary.Builder author(String author)
The name of the author publishing the app.
Minimum length=1. Maximum length=127.
Pattern "^[a-z0-9](([a-z0-9]|-(?!-))*[a-z0-9])?$";
author
- The name of the author publishing the app.
Minimum length=1. Maximum length=127.
Pattern "^[a-z0-9](([a-z0-9]|-(?!-))*[a-z0-9])?$";
ApplicationSummary.Builder creationTime(String creationTime)
The date and time this resource was created.
creationTime
- The date and time this resource was created.ApplicationSummary.Builder description(String description)
The description of the application.
Minimum length=1. Maximum length=256
description
- The description of the application.
Minimum length=1. Maximum length=256
ApplicationSummary.Builder homePageUrl(String homePageUrl)
A URL with more information about the application, for example the location of your GitHub repository for the application.
homePageUrl
- A URL with more information about the application, for example the location of your GitHub repository
for the application.ApplicationSummary.Builder labels(Collection<String> labels)
Labels to improve discovery of apps in search results.
Minimum length=1. Maximum length=127. Maximum number of labels: 10
Pattern: "^[a-zA-Z0-9+\\-_:\\/@]+$";
labels
- Labels to improve discovery of apps in search results.
Minimum length=1. Maximum length=127. Maximum number of labels: 10
Pattern: "^[a-zA-Z0-9+\\-_:\\/@]+$";
ApplicationSummary.Builder labels(String... labels)
Labels to improve discovery of apps in search results.
Minimum length=1. Maximum length=127. Maximum number of labels: 10
Pattern: "^[a-zA-Z0-9+\\-_:\\/@]+$";
labels
- Labels to improve discovery of apps in search results.
Minimum length=1. Maximum length=127. Maximum number of labels: 10
Pattern: "^[a-zA-Z0-9+\\-_:\\/@]+$";
ApplicationSummary.Builder name(String name)
The name of the application.
Minimum length=1. Maximum length=140
Pattern: "[a-zA-Z0-9\\-]+";
name
- The name of the application.
Minimum length=1. Maximum length=140
Pattern: "[a-zA-Z0-9\\-]+";
ApplicationSummary.Builder spdxLicenseId(String spdxLicenseId)
A valid identifier from https://spdx.org/licenses/.
spdxLicenseId
- A valid identifier from https://spdx.org/licenses/.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.