Interface CreateRegistryRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<CreateRegistryRequest.Builder,CreateRegistryRequest>,GlueRequest.Builder,SdkBuilder<CreateRegistryRequest.Builder,CreateRegistryRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- CreateRegistryRequest
public static interface CreateRegistryRequest.Builder extends GlueRequest.Builder, SdkPojo, CopyableBuilder<CreateRegistryRequest.Builder,CreateRegistryRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateRegistryRequest.Builderdescription(String description)A description of the registry.CreateRegistryRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateRegistryRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateRegistryRequest.BuilderregistryName(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.Buildertags(Map<String,String> tags)Amazon Web Services tags that contain a key value pair and may be searched by console, command line, or API.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.glue.model.GlueRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
registryName
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. No whitespace.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
CreateRegistryRequest.Builder description(String description)
A description of the registry. If description is not provided, there will not be any default value for this.
- Parameters:
description- A description of the registry. If description is not provided, there will not be any default value for this.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
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.
- Parameters:
tags- Amazon Web Services tags that contain a key value pair and may be searched by console, command line, or API.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
CreateRegistryRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateRegistryRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-