public static interface UpdateApplicationRequest.Builder extends ServerlessApplicationRepositoryRequest.Builder, CopyableBuilder<UpdateApplicationRequest.Builder,UpdateApplicationRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateApplicationRequest.Builder |
applicationId(String applicationId)
The id of the application to update
|
UpdateApplicationRequest.Builder |
author(String author)
The name of the author publishing the app.\nMin Length=1.
|
UpdateApplicationRequest.Builder |
description(String description)
The description of the application.\nMin Length=1.
|
UpdateApplicationRequest.Builder |
labels(Collection<String> labels)
Labels to improve discovery of apps in search results.\nMin Length=1.
|
UpdateApplicationRequest.Builder |
labels(String... labels)
Labels to improve discovery of apps in search results.\nMin Length=1.
|
UpdateApplicationRequest.Builder |
readmeBody(String readmeBody)
A raw text Readme file that contains a more detailed description of the application and how it works in
markdown language.\nMax size 5 MB
|
UpdateApplicationRequest.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
|
UpdateApplicationRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
UpdateApplicationRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
buildrequestOverrideConfigcopyapply, buildUpdateApplicationRequest.Builder applicationId(String applicationId)
applicationId - The id of the application to updateUpdateApplicationRequest.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])?$";UpdateApplicationRequest.Builder description(String description)
description - The description of the application.\nMin Length=1. Max Length=256UpdateApplicationRequest.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+\\-_:\\/@]+$";UpdateApplicationRequest.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+\\-_:\\/@]+$";UpdateApplicationRequest.Builder readmeBody(String readmeBody)
readmeBody - A raw text Readme file that contains a more detailed description of the application and how it works
in markdown language.\nMax size 5 MBUpdateApplicationRequest.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 MBUpdateApplicationRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.UpdateApplicationRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.