Uses of Interface
software.amazon.awssdk.services.ecrpublic.model.Repository.Builder
-
Packages that use Repository.Builder Package Description software.amazon.awssdk.services.ecrpublic.model -
-
Uses of Repository.Builder in software.amazon.awssdk.services.ecrpublic.model
Methods in software.amazon.awssdk.services.ecrpublic.model that return Repository.Builder Modifier and Type Method Description static Repository.BuilderRepository. builder()Repository.BuilderRepository.Builder. createdAt(Instant createdAt)The date and time, in JavaScript date format, when the repository was created.Repository.BuilderRepository.Builder. registryId(String registryId)The Amazon Web Services account ID that's associated with the public registry that contains the repository.Repository.BuilderRepository.Builder. repositoryArn(String repositoryArn)The Amazon Resource Name (ARN) that identifies the repository.Repository.BuilderRepository.Builder. repositoryName(String repositoryName)The name of the repository.Repository.BuilderRepository.Builder. repositoryUri(String repositoryUri)The URI for the repository.Repository.BuilderRepository. toBuilder()Methods in software.amazon.awssdk.services.ecrpublic.model that return types with arguments of type Repository.Builder Modifier and Type Method Description static Class<? extends Repository.Builder>Repository. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ecrpublic.model with type arguments of type Repository.Builder Modifier and Type Method Description default CreateRepositoryResponse.BuilderCreateRepositoryResponse.Builder. repository(Consumer<Repository.Builder> repository)The repository that was created.default DeleteRepositoryResponse.BuilderDeleteRepositoryResponse.Builder. repository(Consumer<Repository.Builder> repository)The repository that was deleted.
-