CopyableBuilder<CreateRepositoryRequest.Builder,CreateRepositoryRequest>
, SdkBuilder<CreateRepositoryRequest.Builder,CreateRepositoryRequest>
public static interface CreateRepositoryRequest.Builder extends CopyableBuilder<CreateRepositoryRequest.Builder,CreateRepositoryRequest>
Modifier and Type | Method | Description |
---|---|---|
CreateRepositoryRequest.Builder |
repositoryName(String repositoryName) |
The name to use for the repository.
|
copy
apply, build
CreateRepositoryRequest.Builder repositoryName(String repositoryName)
The name to use for the repository. The repository name may be specified on its own (such as
nginx-web-app
) or it can be prepended with a namespace to group the repository into a category
(such as project-a/nginx-web-app
).
repositoryName
- The name to use for the repository. The repository name may be specified on its own (such as
nginx-web-app
) or it can be prepended with a namespace to group the repository into a
category (such as project-a/nginx-web-app
).Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.