Interface CreateRegistryResponse.Builder

    • Method Detail

      • registryArn

        CreateRegistryResponse.Builder registryArn​(String registryArn)

        The Amazon Resource Name (ARN) of the newly created registry.

        Parameters:
        registryArn - The Amazon Resource Name (ARN) of the newly created registry.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • registryName

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

        CreateRegistryResponse.Builder description​(String description)

        A description of the registry.

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

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

        The tags for the registry.

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