Interface DeleteRepositoryPolicyResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<DeleteRepositoryPolicyResponse.Builder,DeleteRepositoryPolicyResponse>, EcrPublicResponse.Builder, SdkBuilder<DeleteRepositoryPolicyResponse.Builder,DeleteRepositoryPolicyResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
DeleteRepositoryPolicyResponse

public static interface DeleteRepositoryPolicyResponse.Builder extends EcrPublicResponse.Builder, SdkPojo, CopyableBuilder<DeleteRepositoryPolicyResponse.Builder,DeleteRepositoryPolicyResponse>
  • Method Details

    • registryId

      The registry ID that's associated with the request.

      Parameters:
      registryId - The registry ID that's associated with the request.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • repositoryName

      DeleteRepositoryPolicyResponse.Builder repositoryName(String repositoryName)

      The repository name that's associated with the request.

      Parameters:
      repositoryName - The repository name that's associated with the request.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • policyText

      The JSON repository policy that was deleted from the repository.

      Parameters:
      policyText - The JSON repository policy that was deleted from the repository.
      Returns:
      Returns a reference to this object so that method calls can be chained together.