public static interface UpdateApplicationResponse.Builder extends ServerlessApplicationRepositoryResponse.Builder, CopyableBuilder<UpdateApplicationResponse.Builder,UpdateApplicationResponse>
| Modifier and Type | Method and Description |
|---|---|
UpdateApplicationResponse.Builder |
applicationId(String applicationId)
The application Amazon Resource Name (ARN).
|
UpdateApplicationResponse.Builder |
author(String author)
The name of the author publishing the app.\nMin Length=1.
|
UpdateApplicationResponse.Builder |
creationTime(String creationTime)
The date/time this resource was created.
|
UpdateApplicationResponse.Builder |
description(String description)
The description of the application.\nMin Length=1.
|
UpdateApplicationResponse.Builder |
labels(Collection<String> labels)
Labels to improve discovery of apps in search results.\nMin Length=1.
|
UpdateApplicationResponse.Builder |
labels(String... labels)
Labels to improve discovery of apps in search results.\nMin Length=1.
|
UpdateApplicationResponse.Builder |
licenseUrl(String licenseUrl)
A link to a license file of the app that matches the spdxLicenseID of your application.\nMax size 5 MB
|
UpdateApplicationResponse.Builder |
name(String name)
The name of the application.\nMin Length=1.
|
UpdateApplicationResponse.Builder |
readmeUrl(String readmeUrl)
A link to the Readme file that contains a more detailed description of the application and how it works in
markdown language.\nMax size 5 MB
|
UpdateApplicationResponse.Builder |
spdxLicenseId(String spdxLicenseId)
A valid identifier from https://spdx.org/licenses/.
|
default UpdateApplicationResponse.Builder |
version(Consumer<Version.Builder> version)
Version information about the application.
|
UpdateApplicationResponse.Builder |
version(Version version)
Version information about the application.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildUpdateApplicationResponse.Builder applicationId(String applicationId)
applicationId - The application Amazon Resource Name (ARN).UpdateApplicationResponse.Builder author(String author)
author - The name of the author publishing the app.\nMin Length=1. Max Length=127.\nPattern
"^[a-z0-9](([a-z0-9]|-(?!-))*[a-z0-9])?$";UpdateApplicationResponse.Builder creationTime(String creationTime)
creationTime - The date/time this resource was created.UpdateApplicationResponse.Builder description(String description)
description - The description of the application.\nMin Length=1. Max Length=256UpdateApplicationResponse.Builder labels(Collection<String> labels)
labels - Labels to improve discovery of apps in search results.\nMin Length=1. Max Length=127. Maximum number
of labels: 10\nPattern: "^[a-zA-Z0-9+\\-_:\\/@]+$";UpdateApplicationResponse.Builder labels(String... labels)
labels - Labels to improve discovery of apps in search results.\nMin Length=1. Max Length=127. Maximum number
of labels: 10\nPattern: "^[a-zA-Z0-9+\\-_:\\/@]+$";UpdateApplicationResponse.Builder licenseUrl(String licenseUrl)
licenseUrl - A link to a license file of the app that matches the spdxLicenseID of your application.\nMax size 5 MBUpdateApplicationResponse.Builder name(String name)
name - The name of the application.\nMin Length=1. Max Length=140\nPattern: "[a-zA-Z0-9\\-]+";UpdateApplicationResponse.Builder readmeUrl(String readmeUrl)
readmeUrl - A link to the Readme file that contains a more detailed description of the application and how it
works in markdown language.\nMax size 5 MBUpdateApplicationResponse.Builder spdxLicenseId(String spdxLicenseId)
spdxLicenseId - A valid identifier from https://spdx.org/licenses/.UpdateApplicationResponse.Builder version(Version version)
version - Version information about the application.default UpdateApplicationResponse.Builder version(Consumer<Version.Builder> version)
Version.Builder avoiding the need to create one manually via Version.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to version(Version).version - a consumer that will call methods on Version.Builderversion(Version)Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.