Class ListBuildsRequest

    • Method Detail

      • sortOrder

        public final SortOrderType sortOrder()

        The order to list build IDs. Valid values include:

        • ASCENDING: List the build IDs in ascending order by build ID.

        • DESCENDING: List the build IDs in descending order by build ID.

        If the service returns an enum value that is not available in the current SDK version, sortOrder will return SortOrderType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from sortOrderAsString().

        Returns:
        The order to list build IDs. Valid values include:

        • ASCENDING: List the build IDs in ascending order by build ID.

        • DESCENDING: List the build IDs in descending order by build ID.

        See Also:
        SortOrderType
      • sortOrderAsString

        public final String sortOrderAsString()

        The order to list build IDs. Valid values include:

        • ASCENDING: List the build IDs in ascending order by build ID.

        • DESCENDING: List the build IDs in descending order by build ID.

        If the service returns an enum value that is not available in the current SDK version, sortOrder will return SortOrderType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from sortOrderAsString().

        Returns:
        The order to list build IDs. Valid values include:

        • ASCENDING: List the build IDs in ascending order by build ID.

        • DESCENDING: List the build IDs in descending order by build ID.

        See Also:
        SortOrderType
      • nextToken

        public final String nextToken()

        During a previous call, if there are more than 100 items in the list, only the first 100 items are returned, along with a unique string called a nextToken. To get the next batch of items in the list, call this operation again, adding the next token to the call. To get all of the items in the list, keep calling this operation with each subsequent next token that is returned, until no more next tokens are returned.

        Returns:
        During a previous call, if there are more than 100 items in the list, only the first 100 items are returned, along with a unique string called a nextToken. To get the next batch of items in the list, call this operation again, adding the next token to the call. To get all of the items in the list, keep calling this operation with each subsequent next token that is returned, until no more next tokens are returned.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object