CopyableBuilder<DeleteRepositoryRequest.Builder,DeleteRepositoryRequest>, SdkBuilder<DeleteRepositoryRequest.Builder,DeleteRepositoryRequest>public static interface DeleteRepositoryRequest.Builder extends CopyableBuilder<DeleteRepositoryRequest.Builder,DeleteRepositoryRequest>
| Modifier and Type | Method | Description |
|---|---|---|
DeleteRepositoryRequest.Builder |
force(Boolean force) |
Force the deletion of the repository if it contains images.
|
DeleteRepositoryRequest.Builder |
registryId(String registryId) |
The AWS account ID associated with the registry that contains the repository to delete.
|
DeleteRepositoryRequest.Builder |
repositoryName(String repositoryName) |
The name of the repository to delete.
|
copyapply, buildDeleteRepositoryRequest.Builder registryId(String registryId)
The AWS account ID associated with the registry that contains the repository to delete. If you do not specify a registry, the default registry is assumed.
registryId - The AWS account ID associated with the registry that contains the repository to delete. If you do not
specify a registry, the default registry is assumed.DeleteRepositoryRequest.Builder repositoryName(String repositoryName)
The name of the repository to delete.
repositoryName - The name of the repository to delete.DeleteRepositoryRequest.Builder force(Boolean force)
Force the deletion of the repository if it contains images.
force - Force the deletion of the repository if it contains images.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.