@Stability(value=Stable) public static final class CfnPullThroughCacheRule.Builder extends Object implements software.amazon.jsii.Builder<CfnPullThroughCacheRule>
CfnPullThroughCacheRule.| Modifier and Type | Method and Description |
|---|---|
CfnPullThroughCacheRule |
build() |
static CfnPullThroughCacheRule.Builder |
create(software.constructs.Construct scope,
String id) |
CfnPullThroughCacheRule.Builder |
ecrRepositoryPrefix(String ecrRepositoryPrefix)
The Amazon ECR repository prefix associated with the pull through cache rule.
|
CfnPullThroughCacheRule.Builder |
upstreamRegistryUrl(String upstreamRegistryUrl)
The upstream registry URL associated with the pull through cache rule.
|
@Stability(value=Stable) public static CfnPullThroughCacheRule.Builder create(software.constructs.Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnPullThroughCacheRule.Builder.@Stability(value=Stable) public CfnPullThroughCacheRule.Builder ecrRepositoryPrefix(String ecrRepositoryPrefix)
ecrRepositoryPrefix - The Amazon ECR repository prefix associated with the pull through cache rule. This parameter is required.this@Stability(value=Stable) public CfnPullThroughCacheRule.Builder upstreamRegistryUrl(String upstreamRegistryUrl)
upstreamRegistryUrl - The upstream registry URL associated with the pull through cache rule. This parameter is required.this@Stability(value=Stable) public CfnPullThroughCacheRule build()
build in interface software.amazon.jsii.Builder<CfnPullThroughCacheRule>Copyright © 2022. All rights reserved.