public static interface CreatePullThroughCacheRuleResponse.Builder extends EcrResponse.Builder, SdkPojo, CopyableBuilder<CreatePullThroughCacheRuleResponse.Builder,CreatePullThroughCacheRuleResponse>
| Modifier and Type | Method and Description |
|---|---|
CreatePullThroughCacheRuleResponse.Builder |
createdAt(Instant createdAt)
The date and time, in JavaScript date format, when the pull through cache rule was created.
|
CreatePullThroughCacheRuleResponse.Builder |
ecrRepositoryPrefix(String ecrRepositoryPrefix)
The Amazon ECR repository prefix associated with the pull through cache rule.
|
CreatePullThroughCacheRuleResponse.Builder |
registryId(String registryId)
The registry ID associated with the request.
|
CreatePullThroughCacheRuleResponse.Builder |
upstreamRegistryUrl(String upstreamRegistryUrl)
The upstream registry URL associated with the pull through cache rule.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreatePullThroughCacheRuleResponse.Builder ecrRepositoryPrefix(String ecrRepositoryPrefix)
The Amazon ECR repository prefix associated with the pull through cache rule.
ecrRepositoryPrefix - The Amazon ECR repository prefix associated with the pull through cache rule.CreatePullThroughCacheRuleResponse.Builder upstreamRegistryUrl(String upstreamRegistryUrl)
The upstream registry URL associated with the pull through cache rule.
upstreamRegistryUrl - The upstream registry URL associated with the pull through cache rule.CreatePullThroughCacheRuleResponse.Builder createdAt(Instant createdAt)
The date and time, in JavaScript date format, when the pull through cache rule was created.
createdAt - The date and time, in JavaScript date format, when the pull through cache rule was created.CreatePullThroughCacheRuleResponse.Builder registryId(String registryId)
The registry ID associated with the request.
registryId - The registry ID associated with the request.Copyright © 2023. All rights reserved.