| Package | Description |
|---|---|
| software.amazon.awscdk.services.codecommit |
AWS CodeCommit Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
Repository.Builder |
Repository.Builder.code(Code code)
The contents with which to initialize the repository after it has been created.
|
static Repository.Builder |
Repository.Builder.create(software.constructs.Construct scope,
String id) |
Repository.Builder |
Repository.Builder.description(String description)
A description of the repository.
|
Repository.Builder |
Repository.Builder.repositoryName(String repositoryName)
Name of the repository.
|
Copyright © 2022. All rights reserved.