public static interface UpdateApplicationRequest.Builder extends ServerlessApplicationRepositoryRequest.Builder, SdkPojo, CopyableBuilder<UpdateApplicationRequest.Builder,UpdateApplicationRequest>
Modifier and Type | Method and Description |
---|---|
UpdateApplicationRequest.Builder |
applicationId(String applicationId)
The Amazon Resource Name (ARN) of the application.
|
UpdateApplicationRequest.Builder |
author(String author)
The name of the author publishing the app.
|
UpdateApplicationRequest.Builder |
description(String description)
The description of the application.
|
UpdateApplicationRequest.Builder |
homePageUrl(String homePageUrl)
A URL with more information about the application, for example the location of your GitHub repository for the
application.
|
UpdateApplicationRequest.Builder |
labels(Collection<String> labels)
Labels to improve discovery of apps in search results.
|
UpdateApplicationRequest.Builder |
labels(String... labels)
Labels to improve discovery of apps in search results.
|
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 text readme file in Markdown language that contains a more detailed description of the application and how
it works.
|
UpdateApplicationRequest.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.
|
build
overrideConfiguration
copy
applyMutation, build
UpdateApplicationRequest.Builder applicationId(String applicationId)
The Amazon Resource Name (ARN) of the application.
applicationId
- The Amazon Resource Name (ARN) of the application.UpdateApplicationRequest.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])?$";
UpdateApplicationRequest.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
UpdateApplicationRequest.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.UpdateApplicationRequest.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+\\-_:\\/@]+$";
UpdateApplicationRequest.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+\\-_:\\/@]+$";
UpdateApplicationRequest.Builder readmeBody(String readmeBody)
A text readme file in Markdown language that contains a more detailed description of the application and how it works.
Maximum size 5 MB
readmeBody
- A text readme file in Markdown language that contains a more detailed description of the application
and how it works.
Maximum size 5 MB
UpdateApplicationRequest.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.
Maximum size 5 MB
readmeUrl
- A link to the readme file in Markdown language that contains a more detailed description of the
application and how it works.
Maximum size 5 MB
UpdateApplicationRequest.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.