public static interface DeleteRepositoryPolicyResponse.Builder extends ECRResponse.Builder, CopyableBuilder<DeleteRepositoryPolicyResponse.Builder,DeleteRepositoryPolicyResponse>
| Modifier and Type | Method and Description |
|---|---|
DeleteRepositoryPolicyResponse.Builder |
policyText(String policyText)
The JSON repository policy that was deleted from the repository.
|
DeleteRepositoryPolicyResponse.Builder |
registryId(String registryId)
The registry ID associated with the request.
|
DeleteRepositoryPolicyResponse.Builder |
repositoryName(String repositoryName)
The repository name associated with the request.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildDeleteRepositoryPolicyResponse.Builder registryId(String registryId)
The registry ID associated with the request.
registryId - The registry ID associated with the request.DeleteRepositoryPolicyResponse.Builder repositoryName(String repositoryName)
The repository name associated with the request.
repositoryName - The repository name associated with the request.DeleteRepositoryPolicyResponse.Builder policyText(String policyText)
The JSON repository policy that was deleted from the repository.
policyText - The JSON repository policy that was deleted from the repository.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.