public static interface RegistryListItem.Builder extends SdkPojo, CopyableBuilder<RegistryListItem.Builder,RegistryListItem>
| Modifier and Type | Method and Description |
|---|---|
RegistryListItem.Builder |
createdTime(String createdTime)
The data the registry was created.
|
RegistryListItem.Builder |
description(String description)
A description of the registry.
|
RegistryListItem.Builder |
registryArn(String registryArn)
The Amazon Resource Name (ARN) of the registry.
|
RegistryListItem.Builder |
registryName(String registryName)
The name of the registry.
|
RegistryListItem.Builder |
status(RegistryStatus status)
The status of the registry.
|
RegistryListItem.Builder |
status(String status)
The status of the registry.
|
RegistryListItem.Builder |
updatedTime(String updatedTime)
The date the registry was updated.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildRegistryListItem.Builder registryName(String registryName)
The name of the registry.
registryName - The name of the registry.RegistryListItem.Builder registryArn(String registryArn)
The Amazon Resource Name (ARN) of the registry.
registryArn - The Amazon Resource Name (ARN) of the registry.RegistryListItem.Builder description(String description)
A description of the registry.
description - A description of the registry.RegistryListItem.Builder status(String status)
The status of the registry.
status - The status of the registry.RegistryStatus,
RegistryStatusRegistryListItem.Builder status(RegistryStatus status)
The status of the registry.
status - The status of the registry.RegistryStatus,
RegistryStatusRegistryListItem.Builder createdTime(String createdTime)
The data the registry was created.
createdTime - The data the registry was created.RegistryListItem.Builder updatedTime(String updatedTime)
The date the registry was updated.
updatedTime - The date the registry was updated.Copyright © 2023. All rights reserved.