public static interface CreateApplicationVersionRequest.Builder extends ServerlessApplicationRepositoryRequest.Builder, CopyableBuilder<CreateApplicationVersionRequest.Builder,CreateApplicationVersionRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateApplicationVersionRequest.Builder |
applicationId(String applicationId)
The id of the application to create a new version for
|
CreateApplicationVersionRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
CreateApplicationVersionRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
CreateApplicationVersionRequest.Builder |
semanticVersion(String semanticVersion)
The semantic version of the new version
|
CreateApplicationVersionRequest.Builder |
sourceCodeUrl(String sourceCodeUrl)
A link to a public repository for the source code of your application.
|
CreateApplicationVersionRequest.Builder |
templateBody(String templateBody)
The raw packaged SAM template of your application.
|
CreateApplicationVersionRequest.Builder |
templateUrl(String templateUrl)
A link to the packaged SAM template of your application.
|
buildrequestOverrideConfigcopyapply, buildCreateApplicationVersionRequest.Builder applicationId(String applicationId)
applicationId - The id of the application to create a new version forCreateApplicationVersionRequest.Builder semanticVersion(String semanticVersion)
semanticVersion - The semantic version of the new versionCreateApplicationVersionRequest.Builder sourceCodeUrl(String sourceCodeUrl)
sourceCodeUrl - A link to a public repository for the source code of your application.CreateApplicationVersionRequest.Builder templateBody(String templateBody)
templateBody - The raw packaged SAM template of your application.CreateApplicationVersionRequest.Builder templateUrl(String templateUrl)
templateUrl - A link to the packaged SAM template of your application.CreateApplicationVersionRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.CreateApplicationVersionRequest.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.