Interface BatchEnableAlarmResponse.Builder

    • Method Detail

      • errorEntries

        BatchEnableAlarmResponse.Builder errorEntries​(Collection<BatchAlarmActionErrorEntry> errorEntries)

        A list of errors associated with the request, or null if there are no errors. Each error entry contains an entry ID that helps you identify the entry that failed.

        Parameters:
        errorEntries - A list of errors associated with the request, or null if there are no errors. Each error entry contains an entry ID that helps you identify the entry that failed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • errorEntries

        BatchEnableAlarmResponse.Builder errorEntries​(BatchAlarmActionErrorEntry... errorEntries)

        A list of errors associated with the request, or null if there are no errors. Each error entry contains an entry ID that helps you identify the entry that failed.

        Parameters:
        errorEntries - A list of errors associated with the request, or null if there are no errors. Each error entry contains an entry ID that helps you identify the entry that failed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.