Interface DeleteRegistryResponse.Builder

    • Method Detail

      • registryName

        DeleteRegistryResponse.Builder registryName​(String registryName)

        The name of the registry being deleted.

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

        DeleteRegistryResponse.Builder registryArn​(String registryArn)

        The Amazon Resource Name (ARN) of the registry being deleted.

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

        DeleteRegistryResponse.Builder status​(String status)

        The status of the registry. A successful operation will return the Deleting status.

        Parameters:
        status - The status of the registry. A successful operation will return the Deleting status.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        RegistryStatus, RegistryStatus
      • status

        DeleteRegistryResponse.Builder status​(RegistryStatus status)

        The status of the registry. A successful operation will return the Deleting status.

        Parameters:
        status - The status of the registry. A successful operation will return the Deleting status.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        RegistryStatus, RegistryStatus