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 |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
UpdateApplicationRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
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
|
build
overrideConfiguration
copy
applyMutation, build
UpdateApplicationRequest.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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.UpdateApplicationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.