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 Summary
Modifier 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.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
upstreamRegistryUrl
The 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.
-
ecrRepositoryPrefix
The 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.
-
upstreamRepositoryPrefix
The 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.
-
ecrAccountId
Account 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.
-