Interface PullThroughCacheRule.Builder

All Superinterfaces:
Buildable, CopyableBuilder<PullThroughCacheRule.Builder,PullThroughCacheRule>, SdkBuilder<PullThroughCacheRule.Builder,PullThroughCacheRule>, SdkPojo
Enclosing class:
PullThroughCacheRule

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

    • ecrRepositoryPrefix

      PullThroughCacheRule.Builder ecrRepositoryPrefix(String ecrRepositoryPrefix)

      The Amazon ECR repository prefix associated with the pull through cache rule.

      Parameters:
      ecrRepositoryPrefix - The Amazon ECR repository prefix associated with the pull through cache rule.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • upstreamRegistryUrl

      PullThroughCacheRule.Builder upstreamRegistryUrl(String upstreamRegistryUrl)

      The upstream registry URL associated with the pull through cache rule.

      Parameters:
      upstreamRegistryUrl - The upstream registry URL associated with the pull through cache rule.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • createdAt

      PullThroughCacheRule.Builder createdAt(Instant createdAt)

      The date and time the pull through cache was created.

      Parameters:
      createdAt - The date and time the pull through cache was created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • registryId

      PullThroughCacheRule.Builder registryId(String registryId)

      The Amazon Web Services account ID associated with the registry the pull through cache rule is associated with.

      Parameters:
      registryId - The Amazon Web Services account ID associated with the registry the pull through cache rule is associated with.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • credentialArn

      PullThroughCacheRule.Builder credentialArn(String credentialArn)

      The ARN of the Secrets Manager secret associated with the pull through cache rule.

      Parameters:
      credentialArn - The ARN of the Secrets Manager secret associated with the pull through cache rule.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • upstreamRegistry

      PullThroughCacheRule.Builder upstreamRegistry(String upstreamRegistry)

      The name of the upstream source registry associated with the pull through cache rule.

      Parameters:
      upstreamRegistry - The name of the upstream source registry associated with the pull through cache rule.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • upstreamRegistry

      PullThroughCacheRule.Builder upstreamRegistry(UpstreamRegistry upstreamRegistry)

      The name of the upstream source registry associated with the pull through cache rule.

      Parameters:
      upstreamRegistry - The name of the upstream source registry associated with the pull through cache rule.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • updatedAt

      PullThroughCacheRule.Builder updatedAt(Instant updatedAt)

      The date and time, in JavaScript date format, when the pull through cache rule was last updated.

      Parameters:
      updatedAt - The date and time, in JavaScript date format, when the pull through cache rule was last updated.
      Returns:
      Returns a reference to this object so that method calls can be chained together.