Uses of Interface
software.amazon.awssdk.services.ecr.model.CreatePullThroughCacheRuleRequest.Builder
-
Packages that use CreatePullThroughCacheRuleRequest.Builder Package Description software.amazon.awssdk.services.ecr Amazon Elastic Container Registry software.amazon.awssdk.services.ecr.model -
-
Uses of CreatePullThroughCacheRuleRequest.Builder in software.amazon.awssdk.services.ecr
Method parameters in software.amazon.awssdk.services.ecr with type arguments of type CreatePullThroughCacheRuleRequest.Builder Modifier and Type Method Description default CompletableFuture<CreatePullThroughCacheRuleResponse>EcrAsyncClient. createPullThroughCacheRule(Consumer<CreatePullThroughCacheRuleRequest.Builder> createPullThroughCacheRuleRequest)Creates a pull through cache rule.default CreatePullThroughCacheRuleResponseEcrClient. createPullThroughCacheRule(Consumer<CreatePullThroughCacheRuleRequest.Builder> createPullThroughCacheRuleRequest)Creates a pull through cache rule. -
Uses of CreatePullThroughCacheRuleRequest.Builder in software.amazon.awssdk.services.ecr.model
Methods in software.amazon.awssdk.services.ecr.model that return CreatePullThroughCacheRuleRequest.Builder Modifier and Type Method Description static CreatePullThroughCacheRuleRequest.BuilderCreatePullThroughCacheRuleRequest. builder()CreatePullThroughCacheRuleRequest.BuilderCreatePullThroughCacheRuleRequest.Builder. ecrRepositoryPrefix(String ecrRepositoryPrefix)The repository name prefix to use when caching images from the source registry.CreatePullThroughCacheRuleRequest.BuilderCreatePullThroughCacheRuleRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreatePullThroughCacheRuleRequest.BuilderCreatePullThroughCacheRuleRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreatePullThroughCacheRuleRequest.BuilderCreatePullThroughCacheRuleRequest.Builder. registryId(String registryId)The Amazon Web Services account ID associated with the registry to create the pull through cache rule for.CreatePullThroughCacheRuleRequest.BuilderCreatePullThroughCacheRuleRequest. toBuilder()CreatePullThroughCacheRuleRequest.BuilderCreatePullThroughCacheRuleRequest.Builder. upstreamRegistryUrl(String upstreamRegistryUrl)The registry URL of the upstream public registry to use as the source for the pull through cache rule.Methods in software.amazon.awssdk.services.ecr.model that return types with arguments of type CreatePullThroughCacheRuleRequest.Builder Modifier and Type Method Description static Class<? extends CreatePullThroughCacheRuleRequest.Builder>CreatePullThroughCacheRuleRequest. serializableBuilderClass()
-