public static interface GetDownloadUrlForLayerRequest.Builder extends ECRRequest.Builder, 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 |
registryId(String registryId)
The AWS 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.
|
GetDownloadUrlForLayerRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
GetDownloadUrlForLayerRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
buildrequestOverrideConfigcopyapply, buildGetDownloadUrlForLayerRequest.Builder registryId(String registryId)
The AWS 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 AWS 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 requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.GetDownloadUrlForLayerRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.