Class UpdateTableOptions.Builder

  • Enclosing class:
    UpdateTableOptions

    public static class UpdateTableOptions.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 catalogName,
                       java.lang.String schemaName,
                       java.lang.String tableName)
        Instantiates a new builder with required properties.
        Parameters:
        engineId - the engineId
        catalogName - the catalogName
        schemaName - the schemaName
        tableName - the tableName
    • Method Detail

      • build

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

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

        public UpdateTableOptions.Builder catalogName​(java.lang.String catalogName)
        Set the catalogName.
        Parameters:
        catalogName - the catalogName
        Returns:
        the UpdateTableOptions builder
      • schemaName

        public UpdateTableOptions.Builder schemaName​(java.lang.String schemaName)
        Set the schemaName.
        Parameters:
        schemaName - the schemaName
        Returns:
        the UpdateTableOptions builder
      • tableName

        public UpdateTableOptions.Builder tableName​(java.lang.String tableName)
        Set the tableName.
        Parameters:
        tableName - the tableName
        Returns:
        the UpdateTableOptions builder
      • accept

        public UpdateTableOptions.Builder accept​(java.lang.String accept)
        Set the accept.
        Parameters:
        accept - the accept
        Returns:
        the UpdateTableOptions builder
      • newTableName

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

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