| Package | Description |
|---|---|
| software.amazon.awssdk.services.ecrpublic.model |
| Modifier and Type | Method and Description |
|---|---|
static Repository.Builder |
Repository.builder() |
Repository.Builder |
Repository.Builder.createdAt(Instant createdAt)
The date and time, in JavaScript date format, when the repository was created.
|
Repository.Builder |
Repository.Builder.registryId(String registryId)
The AWS account ID associated with the public registry that contains the repository.
|
Repository.Builder |
Repository.Builder.repositoryArn(String repositoryArn)
The Amazon Resource Name (ARN) that identifies the repository.
|
Repository.Builder |
Repository.Builder.repositoryName(String repositoryName)
The name of the repository.
|
Repository.Builder |
Repository.Builder.repositoryUri(String repositoryUri)
The URI for the repository.
|
Repository.Builder |
Repository.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Repository.Builder> |
Repository.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default DeleteRepositoryResponse.Builder |
DeleteRepositoryResponse.Builder.repository(Consumer<Repository.Builder> repository)
The repository that was deleted.
|
default CreateRepositoryResponse.Builder |
CreateRepositoryResponse.Builder.repository(Consumer<Repository.Builder> repository)
The repository that was created.
|
Copyright © 2022. All rights reserved.