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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeleteRegistryPolicyResponse.BuilderpolicyText(String policyText)The contents of the registry permissions policy that was deleted.DeleteRegistryPolicyResponse.BuilderregistryId(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, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
registryId
DeleteRegistryPolicyResponse.Builder registryId(String 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
DeleteRegistryPolicyResponse.Builder policyText(String 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.
-
-