| Package | Description |
|---|---|
| com.amazonaws.services.apprunner.model |
| Modifier and Type | Method and Description |
|---|---|
CodeRepository |
CodeRepository.clone() |
CodeRepository |
SourceConfiguration.getCodeRepository()
The description of a source code repository.
|
CodeRepository |
CodeRepository.withCodeConfiguration(CodeConfiguration codeConfiguration)
Configuration for building and running the service from a source code repository.
|
CodeRepository |
CodeRepository.withRepositoryUrl(String repositoryUrl)
The location of the repository that contains the source code.
|
CodeRepository |
CodeRepository.withSourceCodeVersion(SourceCodeVersion sourceCodeVersion)
The version that should be used within the source code repository.
|
CodeRepository |
CodeRepository.withSourceDirectory(String sourceDirectory)
The path of the directory that stores source code and configuration files.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SourceConfiguration.setCodeRepository(CodeRepository codeRepository)
The description of a source code repository.
|
SourceConfiguration |
SourceConfiguration.withCodeRepository(CodeRepository codeRepository)
The description of a source code repository.
|
Copyright © 2024. All rights reserved.