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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PullThroughCacheRule.BuildercreatedAt(Instant createdAt)The date and time the pull through cache was created.PullThroughCacheRule.BuilderecrRepositoryPrefix(String ecrRepositoryPrefix)The Amazon ECR repository prefix associated with the pull through cache rule.PullThroughCacheRule.BuilderregistryId(String registryId)The Amazon Web Services account ID associated with the registry the pull through cache rule is associated with.PullThroughCacheRule.BuilderupstreamRegistryUrl(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 Detail
-
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.
-
-