Class ListServiceIdsOptions.Builder

  • Enclosing class:
    ListServiceIdsOptions

    public static class ListServiceIdsOptions.Builder
    extends java.lang.Object
    Builder.
    • Constructor Detail

      • Builder

        public Builder()
        Instantiates a new builder.
    • Method Detail

      • build

        public ListServiceIdsOptions build()
        Builds a ListServiceIdsOptions.
        Returns:
        the new ListServiceIdsOptions instance
      • accountId

        public ListServiceIdsOptions.Builder accountId​(java.lang.String accountId)
        Set the accountId.
        Parameters:
        accountId - the accountId
        Returns:
        the ListServiceIdsOptions builder
      • name

        public ListServiceIdsOptions.Builder name​(java.lang.String name)
        Set the name.
        Parameters:
        name - the name
        Returns:
        the ListServiceIdsOptions builder
      • pagesize

        public ListServiceIdsOptions.Builder pagesize​(long pagesize)
        Set the pagesize.
        Parameters:
        pagesize - the pagesize
        Returns:
        the ListServiceIdsOptions builder
      • pagetoken

        public ListServiceIdsOptions.Builder pagetoken​(java.lang.String pagetoken)
        Set the pagetoken.
        Parameters:
        pagetoken - the pagetoken
        Returns:
        the ListServiceIdsOptions builder
      • sort

        public ListServiceIdsOptions.Builder sort​(java.lang.String sort)
        Set the sort.
        Parameters:
        sort - the sort
        Returns:
        the ListServiceIdsOptions builder
      • order

        public ListServiceIdsOptions.Builder order​(java.lang.String order)
        Set the order.
        Parameters:
        order - the order
        Returns:
        the ListServiceIdsOptions builder
      • includeHistory

        public ListServiceIdsOptions.Builder includeHistory​(java.lang.Boolean includeHistory)
        Set the includeHistory.
        Parameters:
        includeHistory - the includeHistory
        Returns:
        the ListServiceIdsOptions builder
      • filter

        public ListServiceIdsOptions.Builder filter​(java.lang.String filter)
        Set the filter.
        Parameters:
        filter - the filter
        Returns:
        the ListServiceIdsOptions builder