Interface DeleteRegistryPolicyResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<DeleteRegistryPolicyResponse.Builder,
,DeleteRegistryPolicyResponse> EcrResponse.Builder
,SdkBuilder<DeleteRegistryPolicyResponse.Builder,
,DeleteRegistryPolicyResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
DeleteRegistryPolicyResponse
public static interface DeleteRegistryPolicyResponse.Builder
extends EcrResponse.Builder, SdkPojo, CopyableBuilder<DeleteRegistryPolicyResponse.Builder,DeleteRegistryPolicyResponse>
-
Method Summary
Modifier and TypeMethodDescriptionpolicyText
(String policyText) The contents of the registry permissions policy that was deleted.registryId
(String registryId) The registry ID associated with the request.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.ecr.model.EcrResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
registryId
The registry ID associated with the request.
- Parameters:
registryId
- The registry ID associated with the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
policyText
The contents of the registry permissions policy that was deleted.
- Parameters:
policyText
- The contents of the registry permissions policy that was deleted.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-