@Stability(value=Stable) public static final class CfnEnvironmentEC2.RepositoryProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnEnvironmentEC2.RepositoryProperty>
CfnEnvironmentEC2.RepositoryProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnEnvironmentEC2.RepositoryProperty |
build()
Builds the configured instance.
|
CfnEnvironmentEC2.RepositoryProperty.Builder |
pathComponent(String pathComponent)
Sets the value of
CfnEnvironmentEC2.RepositoryProperty.getPathComponent() |
CfnEnvironmentEC2.RepositoryProperty.Builder |
repositoryUrl(String repositoryUrl)
Sets the value of
CfnEnvironmentEC2.RepositoryProperty.getRepositoryUrl() |
@Stability(value=Stable) public CfnEnvironmentEC2.RepositoryProperty.Builder pathComponent(String pathComponent)
CfnEnvironmentEC2.RepositoryProperty.getPathComponent()pathComponent - The path within the development environment's default file system location to clone the AWS CodeCommit repository into. This parameter is required.
For example, /REPOSITORY_NAME would clone the repository into the /home/USER_NAME/environment/REPOSITORY_NAME directory in the environment.this@Stability(value=Stable) public CfnEnvironmentEC2.RepositoryProperty.Builder repositoryUrl(String repositoryUrl)
CfnEnvironmentEC2.RepositoryProperty.getRepositoryUrl()repositoryUrl - The clone URL of the AWS CodeCommit repository to be cloned. This parameter is required.
For example, for an AWS CodeCommit repository this might be https://git-codecommit.us-east-2.amazonaws.com/v1/repos/REPOSITORY_NAME .this@Stability(value=Stable) public CfnEnvironmentEC2.RepositoryProperty build()
build in interface software.amazon.jsii.Builder<CfnEnvironmentEC2.RepositoryProperty>CfnEnvironmentEC2.RepositoryPropertyNullPointerException - if any required attribute was not providedCopyright © 2023. All rights reserved.