CopyableBuilder<DeleteRepositoryPolicyRequest.Builder,DeleteRepositoryPolicyRequest>
, SdkBuilder<DeleteRepositoryPolicyRequest.Builder,DeleteRepositoryPolicyRequest>
public static interface DeleteRepositoryPolicyRequest.Builder extends CopyableBuilder<DeleteRepositoryPolicyRequest.Builder,DeleteRepositoryPolicyRequest>
Modifier and Type | Method | Description |
---|---|---|
DeleteRepositoryPolicyRequest.Builder |
registryId(String registryId) |
The AWS account ID associated with the registry that contains the repository policy to delete.
|
DeleteRepositoryPolicyRequest.Builder |
repositoryName(String repositoryName) |
The name of the repository that is associated with the repository policy to delete.
|
copy
apply, build
DeleteRepositoryPolicyRequest.Builder registryId(String registryId)
The AWS account ID associated with the registry that contains the repository policy 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 policy to delete. If you
do not specify a registry, the default registry is assumed.DeleteRepositoryPolicyRequest.Builder repositoryName(String repositoryName)
The name of the repository that is associated with the repository policy to delete.
repositoryName
- The name of the repository that is associated with the repository policy to delete.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.