public static interface CreateApplicationVersionRequest.Builder extends ServerlessApplicationRepositoryRequest.Builder, SdkPojo, CopyableBuilder<CreateApplicationVersionRequest.Builder,CreateApplicationVersionRequest>
Modifier and Type | Method and Description |
---|---|
CreateApplicationVersionRequest.Builder |
applicationId(String applicationId)
The Amazon Resource Name (ARN) of the application.
|
CreateApplicationVersionRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
CreateApplicationVersionRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.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 AWS SAM template of your application.
|
CreateApplicationVersionRequest.Builder |
templateUrl(String templateUrl)
A link to the packaged AWS SAM template of your application.
|
build
overrideConfiguration
copy
applyMutation, build
CreateApplicationVersionRequest.Builder applicationId(String applicationId)
The Amazon Resource Name (ARN) of the application.
applicationId
- The Amazon Resource Name (ARN) of the application.CreateApplicationVersionRequest.Builder semanticVersion(String semanticVersion)
The semantic version of the new version.
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.
sourceCodeUrl
- A link to a public repository for the source code of your application.CreateApplicationVersionRequest.Builder templateBody(String templateBody)
The raw packaged AWS SAM template of your application.
templateBody
- The raw packaged AWS SAM template of your application.CreateApplicationVersionRequest.Builder templateUrl(String templateUrl)
A link to the packaged AWS SAM template of your application.
templateUrl
- A link to the packaged AWS SAM template of your application.CreateApplicationVersionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.CreateApplicationVersionRequest.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.