Interface UpdateRegistryResponse.Builder

    • Method Detail

      • description

        UpdateRegistryResponse.Builder description​(String description)

        The description of the registry.

        Parameters:
        description - The description of the registry.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • registryArn

        UpdateRegistryResponse.Builder registryArn​(String registryArn)

        The ARN of the registry.

        Parameters:
        registryArn - The ARN of the registry.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • registryName

        UpdateRegistryResponse.Builder registryName​(String registryName)

        The name of the registry.

        Parameters:
        registryName - The name of the registry.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tags

        UpdateRegistryResponse.Builder tags​(Map<String,​String> tags)

        Tags associated with the registry.

        Parameters:
        tags - Tags associated with the registry.
        Returns:
        Returns a reference to this object so that method calls can be chained together.