public static interface ImageRepository.Builder extends SdkPojo, CopyableBuilder<ImageRepository.Builder,ImageRepository>
| Modifier and Type | Method and Description |
|---|---|
default ImageRepository.Builder |
imageConfiguration(Consumer<ImageConfiguration.Builder> imageConfiguration)
Configuration for running the identified image.
|
ImageRepository.Builder |
imageConfiguration(ImageConfiguration imageConfiguration)
Configuration for running the identified image.
|
ImageRepository.Builder |
imageIdentifier(String imageIdentifier)
The identifier of an image.
|
ImageRepository.Builder |
imageRepositoryType(ImageRepositoryType imageRepositoryType)
The type of the image repository.
|
ImageRepository.Builder |
imageRepositoryType(String imageRepositoryType)
The type of the image repository.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildImageRepository.Builder imageIdentifier(String imageIdentifier)
The identifier of an image.
For an image in Amazon Elastic Container Registry (Amazon ECR), this is an image name. For the image name format, see Pulling an image in the Amazon ECR User Guide.
imageIdentifier - The identifier of an image.
For an image in Amazon Elastic Container Registry (Amazon ECR), this is an image name. For the image name format, see Pulling an image in the Amazon ECR User Guide.
ImageRepository.Builder imageConfiguration(ImageConfiguration imageConfiguration)
Configuration for running the identified image.
imageConfiguration - Configuration for running the identified image.default ImageRepository.Builder imageConfiguration(Consumer<ImageConfiguration.Builder> imageConfiguration)
Configuration for running the identified image.
This is a convenience method that creates an instance of theImageConfiguration.Builder avoiding the
need to create one manually via ImageConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to imageConfiguration(ImageConfiguration).
imageConfiguration - a consumer that will call methods on ImageConfiguration.BuilderimageConfiguration(ImageConfiguration)ImageRepository.Builder imageRepositoryType(String imageRepositoryType)
The type of the image repository. This reflects the repository provider and whether the repository is private or public.
imageRepositoryType - The type of the image repository. This reflects the repository provider and whether the repository is
private or public.ImageRepositoryType,
ImageRepositoryTypeImageRepository.Builder imageRepositoryType(ImageRepositoryType imageRepositoryType)
The type of the image repository. This reflects the repository provider and whether the repository is private or public.
imageRepositoryType - The type of the image repository. This reflects the repository provider and whether the repository is
private or public.ImageRepositoryType,
ImageRepositoryTypeCopyright © 2022. All rights reserved.