Interface CreateRegistryRequest.Builder

    • 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.