Interface RegistryMapping.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<RegistryMapping.Builder,,- RegistryMapping> - SdkBuilder<RegistryMapping.Builder,,- RegistryMapping> - SdkPojo
- Enclosing class:
- RegistryMapping
@Mutable
@NotThreadSafe
public static interface RegistryMapping.Builder
extends SdkPojo, CopyableBuilder<RegistryMapping.Builder,RegistryMapping> 
- 
Method SummaryModifier and TypeMethodDescriptionecrAccountId(String ecrAccountId) Account ID of the account that owns the upstream container image.ecrRepositoryPrefix(String ecrRepositoryPrefix) The repository prefix to use in the ECR private repository.upstreamRegistryUrl(String upstreamRegistryUrl) The URI of the upstream registry.upstreamRepositoryPrefix(String upstreamRepositoryPrefix) The repository prefix of the corresponding repository in the upstream registry.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
upstreamRegistryUrlThe URI of the upstream registry. - Parameters:
- upstreamRegistryUrl- The URI of the upstream registry.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
ecrRepositoryPrefixThe repository prefix to use in the ECR private repository. - Parameters:
- ecrRepositoryPrefix- The repository prefix to use in the ECR private repository.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
upstreamRepositoryPrefixThe repository prefix of the corresponding repository in the upstream registry. - Parameters:
- upstreamRepositoryPrefix- The repository prefix of the corresponding repository in the upstream registry.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
ecrAccountIdAccount ID of the account that owns the upstream container image. - Parameters:
- ecrAccountId- Account ID of the account that owns the upstream container image.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-