public static interface DescribeRegistryResponse.Builder extends SchemasResponse.Builder, SdkPojo, CopyableBuilder<DescribeRegistryResponse.Builder,DescribeRegistryResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeRegistryResponse.Builder |
description(String description)
The description of the registry.
|
DescribeRegistryResponse.Builder |
registryArn(String registryArn)
The ARN of the registry.
|
DescribeRegistryResponse.Builder |
registryName(String registryName)
The name of the registry.
|
DescribeRegistryResponse.Builder |
tags(Map<String,String> tags)
Tags associated with the registry.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeRegistryResponse.Builder description(String description)
The description of the registry.
description - The description of the registry.DescribeRegistryResponse.Builder registryArn(String registryArn)
The ARN of the registry.
registryArn - The ARN of the registry.DescribeRegistryResponse.Builder registryName(String registryName)
The name of the registry.
registryName - The name of the registry.DescribeRegistryResponse.Builder tags(Map<String,String> tags)
Tags associated with the registry.
tags - Tags associated with the registry.Copyright © 2022. All rights reserved.