Interface RegistrySummary.Builder

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

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

    • registryArn

      RegistrySummary.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

      RegistrySummary.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

      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.