Class ListObjectsOptions.Builder

  • Enclosing class:
    ListObjectsOptions

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

      • Builder

        public Builder()
        Instantiates a new builder.
      • Builder

        public Builder​(java.lang.String catalogIdentifier)
        Instantiates a new builder with required properties.
        Parameters:
        catalogIdentifier - the catalogIdentifier
    • Method Detail

      • build

        public ListObjectsOptions build()
        Builds a ListObjectsOptions.
        Returns:
        the new ListObjectsOptions instance
      • catalogIdentifier

        public ListObjectsOptions.Builder catalogIdentifier​(java.lang.String catalogIdentifier)
        Set the catalogIdentifier.
        Parameters:
        catalogIdentifier - the catalogIdentifier
        Returns:
        the ListObjectsOptions builder
      • limit

        public ListObjectsOptions.Builder limit​(long limit)
        Set the limit.
        Parameters:
        limit - the limit
        Returns:
        the ListObjectsOptions builder
      • offset

        public ListObjectsOptions.Builder offset​(long offset)
        Set the offset.
        Parameters:
        offset - the offset
        Returns:
        the ListObjectsOptions builder
      • name

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

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