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.BuildercredentialArn(String credentialArn)The ARN of the Secrets Manager secret associated with the pull through cache rule.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.BuilderupdatedAt(Instant updatedAt)The date and time, in JavaScript date format, when the pull through cache rule was last updated.PullThroughCacheRule.BuilderupstreamRegistry(String upstreamRegistry)The name of the upstream source registry associated with the pull through cache rule.PullThroughCacheRule.BuilderupstreamRegistry(UpstreamRegistry upstreamRegistry)The name of the upstream source registry associated with the pull through cache rule.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, sdkFieldNameToField, 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.
-
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,UpstreamRegistry
-
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:
UpstreamRegistry,UpstreamRegistry
-
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.
-
-