public static interface PullThroughCacheRule.Builder extends SdkPojo, CopyableBuilder<PullThroughCacheRule.Builder,PullThroughCacheRule>
| Modifier and Type | Method and Description |
|---|---|
PullThroughCacheRule.Builder |
createdAt(Instant createdAt)
The date and time the pull through cache was created.
|
PullThroughCacheRule.Builder |
ecrRepositoryPrefix(String ecrRepositoryPrefix)
The Amazon ECR repository prefix associated with the pull through cache rule.
|
PullThroughCacheRule.Builder |
registryId(String registryId)
The Amazon Web Services account ID associated with the registry the pull through cache rule is associated
with.
|
PullThroughCacheRule.Builder |
upstreamRegistryUrl(String upstreamRegistryUrl)
The upstream registry URL associated with the pull through cache rule.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildPullThroughCacheRule.Builder ecrRepositoryPrefix(String ecrRepositoryPrefix)
The Amazon ECR repository prefix associated with the pull through cache rule.
ecrRepositoryPrefix - The Amazon ECR repository prefix associated with the pull through cache rule.PullThroughCacheRule.Builder upstreamRegistryUrl(String upstreamRegistryUrl)
The upstream registry URL associated with the pull through cache rule.
upstreamRegistryUrl - The upstream registry URL associated with the pull through cache rule.PullThroughCacheRule.Builder createdAt(Instant createdAt)
The date and time the pull through cache was created.
createdAt - The date and time the pull through cache was created.PullThroughCacheRule.Builder registryId(String registryId)
The Amazon Web Services account ID associated with the registry the pull through cache rule is associated with.
registryId - The Amazon Web Services account ID associated with the registry the pull through cache rule is
associated with.Copyright © 2023. All rights reserved.