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 Summary
Modifier and TypeMethodDescriptionThe date and time the pull through cache was created.ecrRepositoryPrefix
(String ecrRepositoryPrefix) The Amazon ECR repository prefix associated with the pull through cache rule.registryId
(String registryId) The Amazon Web Services account ID associated with the registry the pull through cache rule is associated with.upstreamRegistryUrl
(String upstreamRegistryUrl) The upstream registry URL associated with the pull through cache rule.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
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
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
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
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.
-