Interface RegistrySummary.Builder

  • Method Details

    • name

      Registry name

      Parameters:
      name - Registry name
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • description

      RegistrySummary.Builder description(String description)

      Registry description

      Parameters:
      description - Registry description
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • registryId

      RegistrySummary.Builder registryId(String registryId)

      Unique registry identifier

      Parameters:
      registryId - Unique registry identifier
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • registryArn

      RegistrySummary.Builder registryArn(String registryArn)

      Registry Amazon Resource Name

      Parameters:
      registryArn - Registry Amazon Resource Name
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • discoveryConfiguration

      RegistrySummary.Builder discoveryConfiguration(DiscoveryConfiguration discoveryConfiguration)

      Discovery configuration for the registry

      Parameters:
      discoveryConfiguration - Discovery configuration for the registry
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • discoveryConfiguration

      default RegistrySummary.Builder discoveryConfiguration(Consumer<DiscoveryConfiguration.Builder> discoveryConfiguration)

      Discovery configuration for the registry

      This is a convenience method that creates an instance of the DiscoveryConfiguration.Builder avoiding the need to create one manually via DiscoveryConfiguration.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to discoveryConfiguration(DiscoveryConfiguration).

      Parameters:
      discoveryConfiguration - a consumer that will call methods on DiscoveryConfiguration.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      Current status of the registry

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

      Current status of the registry

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

      RegistrySummary.Builder statusReason(String statusReason)

      The reason for the current status. Typically populated when the status indicates a failure state.

      Parameters:
      statusReason - The reason for the current status. Typically populated when the status indicates a failure state.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • createdAt

      RegistrySummary.Builder createdAt(Instant createdAt)

      The timestamp when the registry was created

      Parameters:
      createdAt - The timestamp when the registry was created
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • updatedAt

      RegistrySummary.Builder updatedAt(Instant updatedAt)

      The timestamp when the registry was last updated

      Parameters:
      updatedAt - The timestamp when the registry was last updated
      Returns:
      Returns a reference to this object so that method calls can be chained together.