public static interface RegistrySummary.Builder extends SdkPojo, CopyableBuilder<RegistrySummary.Builder,RegistrySummary>
| Modifier and Type | Method and Description |
|---|---|
RegistrySummary.Builder |
registryArn(String registryArn)
The ARN of the registry.
|
RegistrySummary.Builder |
registryName(String registryName)
The name of the registry.
|
RegistrySummary.Builder |
tags(Map<String,String> tags)
Tags associated with the registry.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildRegistrySummary.Builder registryArn(String registryArn)
The ARN of the registry.
registryArn - The ARN of the registry.RegistrySummary.Builder registryName(String registryName)
The name of the registry.
registryName - The name of the registry.RegistrySummary.Builder tags(Map<String,String> tags)
Tags associated with the registry.
tags - Tags associated with the registry.Copyright © 2022. All rights reserved.