Interface GetDownloadUrlForLayerRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GetDownloadUrlForLayerRequest.Builder,GetDownloadUrlForLayerRequest>,EcrRequest.Builder,SdkBuilder<GetDownloadUrlForLayerRequest.Builder,GetDownloadUrlForLayerRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetDownloadUrlForLayerRequest
public static interface GetDownloadUrlForLayerRequest.Builder extends EcrRequest.Builder, SdkPojo, CopyableBuilder<GetDownloadUrlForLayerRequest.Builder,GetDownloadUrlForLayerRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetDownloadUrlForLayerRequest.BuilderlayerDigest(String layerDigest)The digest of the image layer to download.GetDownloadUrlForLayerRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetDownloadUrlForLayerRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetDownloadUrlForLayerRequest.BuilderregistryId(String registryId)The Amazon Web Services account ID associated with the registry that contains the image layer to download.GetDownloadUrlForLayerRequest.BuilderrepositoryName(String repositoryName)The name of the repository that is associated with the image layer to download.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.ecr.model.EcrRequest.Builder
build
-
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 Detail
-
registryId
GetDownloadUrlForLayerRequest.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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
repositoryName
GetDownloadUrlForLayerRequest.Builder repositoryName(String repositoryName)
The name of the repository that is associated with the image layer to download.
- Parameters:
repositoryName- The name of the repository that is associated with the image layer to download.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
layerDigest
GetDownloadUrlForLayerRequest.Builder layerDigest(String layerDigest)
The digest of the image layer to download.
- Parameters:
layerDigest- The digest of the image layer to download.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetDownloadUrlForLayerRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetDownloadUrlForLayerRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-