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
Modifier and TypeMethodDescriptiondescription
(String description) A description of the registry.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.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.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, sdkFields
-
Method Details
-
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
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
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) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
CreateRegistryRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-