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 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.