public static interface DeleteRegistryPolicyResponse.Builder extends EcrResponse.Builder, SdkPojo, CopyableBuilder<DeleteRegistryPolicyResponse.Builder,DeleteRegistryPolicyResponse>
| Modifier and Type | Method and Description |
|---|---|
DeleteRegistryPolicyResponse.Builder |
policyText(String policyText)
The contents of the registry permissions policy that was deleted.
|
DeleteRegistryPolicyResponse.Builder |
registryId(String registryId)
The registry ID associated with the request.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteRegistryPolicyResponse.Builder registryId(String registryId)
The registry ID associated with the request.
registryId - The registry ID associated with the request.DeleteRegistryPolicyResponse.Builder policyText(String policyText)
The contents of the registry permissions policy that was deleted.
policyText - The contents of the registry permissions policy that was deleted.Copyright © 2023. All rights reserved.