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) |
CreateApplicationVersionRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateApplicationVersionRequest.Builder |
semanticVersion(String semanticVersion)
The semantic version of the new version.
|
CreateApplicationVersionRequest.Builder |
sourceCodeArchiveUrl(String sourceCodeArchiveUrl)
A link to the S3 object that contains the ZIP archive of the source code for this version of your
application.
|
CreateApplicationVersionRequest.Builder |
sourceCodeUrl(String sourceCodeUrl)
A link to a public repository for the source code of your application, for example the URL of a specific
GitHub commit.
|
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.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateApplicationVersionRequest.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 sourceCodeArchiveUrl(String sourceCodeArchiveUrl)
A link to the S3 object that contains the ZIP archive of the source code for this version of your application.
Maximum size 50 MB
sourceCodeArchiveUrl - A link to the S3 object that contains the ZIP archive of the source code for this version of your
application.
Maximum size 50 MB
CreateApplicationVersionRequest.Builder sourceCodeUrl(String sourceCodeUrl)
A link to a public repository for the source code of your application, for example the URL of a specific GitHub commit.
sourceCodeUrl - A link to a public repository for the source code of your application, for example the URL of a
specific GitHub commit.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)
overrideConfiguration in interface AwsRequest.BuilderCreateApplicationVersionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.