Interface ArrayPropertiesSummary.Builder

    • Method Detail

      • size

        ArrayPropertiesSummary.Builder size​(Integer size)

        The size of the array job. This parameter is returned for parent array jobs.

        Parameters:
        size - The size of the array job. This parameter is returned for parent array jobs.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • index

        ArrayPropertiesSummary.Builder index​(Integer index)

        The job index within the array that's associated with this job. This parameter is returned for children of array jobs.

        Parameters:
        index - The job index within the array that's associated with this job. This parameter is returned for children of array jobs.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • statusSummary

        ArrayPropertiesSummary.Builder statusSummary​(Map<String,​Integer> statusSummary)

        A summary of the number of array job children in each available job status. This parameter is returned for parent array jobs.

        Parameters:
        statusSummary - A summary of the number of array job children in each available job status. This parameter is returned for parent array jobs.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • statusSummaryLastUpdatedAt

        ArrayPropertiesSummary.Builder statusSummaryLastUpdatedAt​(Long statusSummaryLastUpdatedAt)

        The Unix timestamp (in milliseconds) for when the statusSummary was last updated.

        Parameters:
        statusSummaryLastUpdatedAt - The Unix timestamp (in milliseconds) for when the statusSummary was last updated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.