public static interface CreateRegistryRequest.Builder extends GlueRequest.Builder, SdkPojo, CopyableBuilder<CreateRegistryRequest.Builder,CreateRegistryRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateRegistryRequest.Builder |
description(String description)
A description of the registry.
|
CreateRegistryRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateRegistryRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateRegistryRequest.Builder |
registryName(String registryName)
Name of the registry to be created of max length of 255, and may only contain letters, numbers, hyphen,
underscore, dollar sign, or hash mark.
|
CreateRegistryRequest.Builder |
tags(Map<String,String> tags)
Amazon Web Services tags that contain a key value pair and may be searched by console, command line, or API.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateRegistryRequest.Builder registryName(String registryName)
Name of the registry to be created of max length of 255, and may only contain letters, numbers, hyphen, underscore, dollar sign, or hash mark. No whitespace.
registryName - Name of the registry to be created of max length of 255, and may only contain letters, numbers,
hyphen, underscore, dollar sign, or hash mark. No whitespace.CreateRegistryRequest.Builder description(String description)
A description of the registry. If description is not provided, there will not be any default value for this.
description - A description of the registry. If description is not provided, there will not be any default value for
this.CreateRegistryRequest.Builder tags(Map<String,String> tags)
Amazon Web Services tags that contain a key value pair and may be searched by console, command line, or API.
tags - Amazon Web Services tags that contain a key value pair and may be searched by console, command line,
or API.CreateRegistryRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateRegistryRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.