Interface RegistryListItem.Builder

All Superinterfaces:
Buildable, CopyableBuilder<RegistryListItem.Builder,RegistryListItem>, SdkBuilder<RegistryListItem.Builder,RegistryListItem>, SdkPojo
Enclosing class:
RegistryListItem

public static interface RegistryListItem.Builder extends SdkPojo, CopyableBuilder<RegistryListItem.Builder,RegistryListItem>
  • Method Details

    • registryName

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

      RegistryListItem.Builder registryArn(String registryArn)

      The Amazon Resource Name (ARN) of the registry.

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

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

      The status of the registry.

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

      The status of the registry.

      Parameters:
      status - The status of the registry.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • createdTime

      RegistryListItem.Builder createdTime(String createdTime)

      The data the registry was created.

      Parameters:
      createdTime - The data the registry was created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • updatedTime

      RegistryListItem.Builder updatedTime(String updatedTime)

      The date the registry was updated.

      Parameters:
      updatedTime - The date the registry was updated.
      Returns:
      Returns a reference to this object so that method calls can be chained together.