Interface GetRegistryPolicyResponse.Builder

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

public static interface GetRegistryPolicyResponse.Builder extends EcrResponse.Builder, SdkPojo, CopyableBuilder<GetRegistryPolicyResponse.Builder,GetRegistryPolicyResponse>
  • Method Details

    • registryId

      GetRegistryPolicyResponse.Builder registryId(String registryId)

      The ID of the registry.

      Parameters:
      registryId - The ID of the registry.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • policyText

      GetRegistryPolicyResponse.Builder policyText(String policyText)

      The JSON text of the permissions policy for a registry.

      Parameters:
      policyText - The JSON text of the permissions policy for a registry.
      Returns:
      Returns a reference to this object so that method calls can be chained together.