public static interface GetDownloadUrlForLayerRequest.Builder extends EcrRequest.Builder, SdkPojo, CopyableBuilder<GetDownloadUrlForLayerRequest.Builder,GetDownloadUrlForLayerRequest>
| Modifier and Type | Method and Description |
|---|---|
GetDownloadUrlForLayerRequest.Builder |
layerDigest(String layerDigest)
The digest of the image layer to download.
|
GetDownloadUrlForLayerRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetDownloadUrlForLayerRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetDownloadUrlForLayerRequest.Builder |
registryId(String registryId)
The Amazon Web Services account ID associated with the registry that contains the image layer to download.
|
GetDownloadUrlForLayerRequest.Builder |
repositoryName(String repositoryName)
The name of the repository that is associated with the image layer to download.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetDownloadUrlForLayerRequest.Builder registryId(String registryId)
The Amazon Web Services account ID associated with the registry that contains the image layer to download. If you do not specify a registry, the default registry is assumed.
registryId - The Amazon Web Services account ID associated with the registry that contains the image layer to
download. If you do not specify a registry, the default registry is assumed.GetDownloadUrlForLayerRequest.Builder repositoryName(String repositoryName)
The name of the repository that is associated with the image layer to download.
repositoryName - The name of the repository that is associated with the image layer to download.GetDownloadUrlForLayerRequest.Builder layerDigest(String layerDigest)
The digest of the image layer to download.
layerDigest - The digest of the image layer to download.GetDownloadUrlForLayerRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderGetDownloadUrlForLayerRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.