public static interface CreateRegistryRequest.Builder extends SchemasRequest.Builder, SdkPojo, CopyableBuilder<CreateRegistryRequest.Builder,CreateRegistryRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateRegistryRequest.Builder |
description(String description)
A description of the registry to be created.
|
CreateRegistryRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateRegistryRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateRegistryRequest.Builder |
registryName(String registryName)
The name of the registry.
|
CreateRegistryRequest.Builder |
tags(Map<String,String> tags)
Tags to associate with the registry.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateRegistryRequest.Builder description(String description)
A description of the registry to be created.
description - A description of the registry to be created.CreateRegistryRequest.Builder registryName(String registryName)
The name of the registry.
registryName - The name of the registry.CreateRegistryRequest.Builder tags(Map<String,String> tags)
Tags to associate with the registry.
tags - Tags to associate with the registry.CreateRegistryRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateRegistryRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.