@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:07.345Z") @Stability(value=Experimental) public interface RepositoryProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
RepositoryProps.Builder
A builder for
RepositoryProps |
static class |
RepositoryProps.Jsii$Proxy
An implementation for
RepositoryProps |
| Modifier and Type | Method and Description |
|---|---|
static RepositoryProps.Builder |
builder() |
default String |
getDescription()
(experimental) A description of the repository.
|
String |
getRepositoryName()
(experimental) Name of the repository.
|
@Stability(value=Experimental) @NotNull String getRepositoryName()
This property is required for all CodeCommit repositories.
@Stability(value=Experimental) @Nullable default String getDescription()
Use the description to identify the purpose of the repository.
Default: - No description.
@Stability(value=Experimental) static RepositoryProps.Builder builder()
RepositoryProps.Builder of RepositoryPropsCopyright © 2021. All rights reserved.