Class ListSchemasOptions.Builder

  • Enclosing class:
    ListSchemasOptions

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

      • Builder

        public Builder()
        Instantiates a new builder.
      • Builder

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

      • build

        public ListSchemasOptions build()
        Builds a ListSchemasOptions.
        Returns:
        the new ListSchemasOptions instance
      • engineId

        public ListSchemasOptions.Builder engineId​(java.lang.String engineId)
        Set the engineId.
        Parameters:
        engineId - the engineId
        Returns:
        the ListSchemasOptions builder
      • catalogId

        public ListSchemasOptions.Builder catalogId​(java.lang.String catalogId)
        Set the catalogId.
        Parameters:
        catalogId - the catalogId
        Returns:
        the ListSchemasOptions builder
      • authInstanceId

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