public static interface CreatePullThroughCacheRuleRequest.Builder extends EcrRequest.Builder, SdkPojo, CopyableBuilder<CreatePullThroughCacheRuleRequest.Builder,CreatePullThroughCacheRuleRequest>
| Modifier and Type | Method and Description |
|---|---|
CreatePullThroughCacheRuleRequest.Builder |
ecrRepositoryPrefix(String ecrRepositoryPrefix)
The repository name prefix to use when caching images from the source registry.
|
CreatePullThroughCacheRuleRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreatePullThroughCacheRuleRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreatePullThroughCacheRuleRequest.Builder |
registryId(String registryId)
The Amazon Web Services account ID associated with the registry to create the pull through cache rule for.
|
CreatePullThroughCacheRuleRequest.Builder |
upstreamRegistryUrl(String upstreamRegistryUrl)
The registry URL of the upstream public registry to use as the source for the pull through cache rule.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreatePullThroughCacheRuleRequest.Builder ecrRepositoryPrefix(String ecrRepositoryPrefix)
The repository name prefix to use when caching images from the source registry.
ecrRepositoryPrefix - The repository name prefix to use when caching images from the source registry.CreatePullThroughCacheRuleRequest.Builder upstreamRegistryUrl(String upstreamRegistryUrl)
The registry URL of the upstream public registry to use as the source for the pull through cache rule.
upstreamRegistryUrl - The registry URL of the upstream public registry to use as the source for the pull through cache rule.CreatePullThroughCacheRuleRequest.Builder registryId(String registryId)
The Amazon Web Services account ID associated with the registry to create the pull through cache rule for. If you do not specify a registry, the default registry is assumed.
registryId - The Amazon Web Services account ID associated with the registry to create the pull through cache rule
for. If you do not specify a registry, the default registry is assumed.CreatePullThroughCacheRuleRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreatePullThroughCacheRuleRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.