Class ListApiKeysOptions.Builder

  • Enclosing class:
    ListApiKeysOptions

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

      • Builder

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

      • build

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

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

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

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

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

        public ListApiKeysOptions.Builder scope​(java.lang.String scope)
        Set the scope.
        Parameters:
        scope - the scope
        Returns:
        the ListApiKeysOptions builder
      • type

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

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

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

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

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

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