Class DeleteTableOptions.Builder

  • Enclosing class:
    DeleteTableOptions

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

      • Builder

        public Builder()
        Instantiates a new builder.
      • Builder

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

      • build

        public DeleteTableOptions build()
        Builds a DeleteTableOptions.
        Returns:
        the new DeleteTableOptions instance
      • catalogId

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

        public DeleteTableOptions.Builder schemaId​(java.lang.String schemaId)
        Set the schemaId.
        Parameters:
        schemaId - the schemaId
        Returns:
        the DeleteTableOptions builder
      • tableId

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

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

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

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