Interface RegistryRecordsEntry.Builder

  • Method Details

    • registryId

      RegistryRecordsEntry.Builder registryId(String registryId)

      The identifier of the registry to retrieve the records from. You can provide either the full Amazon Resource Name (ARN) or the registry ID.

      Parameters:
      registryId - The identifier of the registry to retrieve the records from. You can provide either the full Amazon Resource Name (ARN) or the registry ID.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • recordIds

      The record IDs to retrieve from the registry. You can specify 1 through 100 record IDs.

      Parameters:
      recordIds - The record IDs to retrieve from the registry. You can specify 1 through 100 record IDs.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • recordIds

      RegistryRecordsEntry.Builder recordIds(String... recordIds)

      The record IDs to retrieve from the registry. You can specify 1 through 100 record IDs.

      Parameters:
      recordIds - The record IDs to retrieve from the registry. You can specify 1 through 100 record IDs.
      Returns:
      Returns a reference to this object so that method calls can be chained together.