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 Details

    • 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

      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 interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.